diff --git a/src/Prospect.Server.Api/appsettings.json b/src/Prospect.Server.Api/appsettings.json index e69d10f..7efe2fc 100644 --- a/src/Prospect.Server.Api/appsettings.json +++ b/src/Prospect.Server.Api/appsettings.json @@ -13,6 +13,14 @@ "SignalRAccessToken": "TEST" }, "Kestrel": { + "Endpoints": { + "Https": { + "Url": "https://127.0.0.1:8443" + }, + "Http": { + "Url": "http://127.0.0.1:8000" + } + }, "Certificates": { "Default": { "Path": ".\\certificate.pfx"