diff --git a/ChargingService/appsettings.json b/ChargingService/appsettings.json index 10f68b8..77862f6 100644 --- a/ChargingService/appsettings.json +++ b/ChargingService/appsettings.json @@ -5,5 +5,12 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "Kestrel": { + "Endpoints": { + "Http": { + "Url": "http://localhost:8080" + } + } + } }