From 47f44e09ef31bdbc797caa7022b9eb73346267de Mon Sep 17 00:00:00 2001 From: clive Date: Sun, 10 Nov 2024 13:42:58 +1100 Subject: [PATCH] Commit: Dockerfile. --- Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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