Spaces:
Runtime error
Runtime error
Florin Bobiș
commited on
Commit
•
d42c7d8
1
Parent(s):
9004886
change ports
Browse files
Properties/launchSettings.json
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
"launchBrowser": true,
|
26 |
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
27 |
"environmentVariables": {
|
28 |
-
"ASPNETCORE_HTTPS_PORTS": "
|
29 |
-
"ASPNETCORE_HTTP_PORTS": "
|
30 |
},
|
31 |
"publishAllPorts": true,
|
32 |
"useSSL": true
|
|
|
25 |
"launchBrowser": true,
|
26 |
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
27 |
"environmentVariables": {
|
28 |
+
"ASPNETCORE_HTTPS_PORTS": "7860",
|
29 |
+
"ASPNETCORE_HTTP_PORTS": "7861"
|
30 |
},
|
31 |
"publishAllPorts": true,
|
32 |
"useSSL": true
|