From a1b131db36c3709f2cf9d5b64b854bb486235025 Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Wed, 21 Aug 2024 10:56:14 -0700 Subject: [PATCH] Bind to HTTPS by default --- AS1024.NetworkQuality.Server/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AS1024.NetworkQuality.Server/Properties/launchSettings.json b/AS1024.NetworkQuality.Server/Properties/launchSettings.json index 7287860..c4c7740 100644 --- a/AS1024.NetworkQuality.Server/Properties/launchSettings.json +++ b/AS1024.NetworkQuality.Server/Properties/launchSettings.json @@ -8,7 +8,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5294" + "applicationUrl": "https://localhost:5294" }, "Docker": { "commandName": "Docker",