diff --git a/AsbCloudWebApi/appsettings.json b/AsbCloudWebApi/appsettings.json index 2ddea643..71a62e6d 100644 --- a/AsbCloudWebApi/appsettings.json +++ b/AsbCloudWebApi/appsettings.json @@ -10,5 +10,5 @@ "DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True" }, "AllowedHosts": "*", - "Urls": "https://localhost:5001;http://localhost:5000" //http://0.0.0.0:5000; + "Urls": "http://0.0.0.0:5000"; }