diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 4db5e01..171533f 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -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