From d55ef94fd98ff5e72d200d510411e6f567317017 Mon Sep 17 00:00:00 2001 From: Yury Date: Mon, 31 Mar 2025 01:35:20 +0300 Subject: [PATCH] Update launchSettings for HTTP server --- .../Properties/launchSettings.Production.json | 2 +- src/Prospect.Server.Api/Properties/launchSettings.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Prospect.Server.Api/Properties/launchSettings.Production.json b/src/Prospect.Server.Api/Properties/launchSettings.Production.json index b4fd76f..3796364 100644 --- a/src/Prospect.Server.Api/Properties/launchSettings.Production.json +++ b/src/Prospect.Server.Api/Properties/launchSettings.Production.json @@ -7,7 +7,7 @@ "ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx" }, "dotnetRunMessages": true, - "applicationUrl": "https://2EA46.playfabapi.com:443", + "applicationUrl": "https://127.0.0.1:8443;http://127.0.0.1:8000", "useSSL": true }, "IIS Express": { diff --git a/src/Prospect.Server.Api/Properties/launchSettings.json b/src/Prospect.Server.Api/Properties/launchSettings.json index 170fc26..8b07fc0 100644 --- a/src/Prospect.Server.Api/Properties/launchSettings.json +++ b/src/Prospect.Server.Api/Properties/launchSettings.json @@ -7,7 +7,8 @@ "ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx" }, "dotnetRunMessages": true, - "applicationUrl": "https://2EA46.playfabapi.com" + "applicationUrl": "https://127.0.0.1:8443;http://127.0.0.1:8000", + "useSSL": true }, "IIS Express": { "commandName": "IISExpress",