Commit: Listen Port.

This commit is contained in:
clive
2024-11-10 13:59:43 +11:00
parent cecdf5b646
commit 931a795946
2 changed files with 4 additions and 4 deletions

View File

@@ -30,8 +30,8 @@
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8081",
"ASPNETCORE_HTTP_PORTS": "8080"
"ASPNETCORE_HTTPS_PORTS": "443",
"ASPNETCORE_HTTP_PORTS": "80"
},
"publishAllPorts": true,
"useSSL": true