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",