From 111c051e2e08027cf8424fcaa4ab9b7d2516629c Mon Sep 17 00:00:00 2001 From: Dominic Maas Date: Wed, 15 Nov 2023 08:04:45 +1300 Subject: [PATCH] Try fix startup with docker --- src/Website/Properties/launchSettings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Website/Properties/launchSettings.json b/src/Website/Properties/launchSettings.json index b98618f9..8250acea 100644 --- a/src/Website/Properties/launchSettings.json +++ b/src/Website/Properties/launchSettings.json @@ -13,12 +13,12 @@ "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", "environmentVariables": { - "ASPNETCORE_URLS": "https://+:443;http://+:80", - "ASPNETCORE_HTTPS_PORT": "44332" + "ASPNETCORE_URLS": "https://+:44331;http://+:50154", + "ASPNETCORE_HTTPS_PORT": "44331" }, - "httpPort": 50155, + "httpPort": 50154, "useSSL": true, - "sslPort": 44332 + "sslPort": 44331 } } } \ No newline at end of file