diff --git a/Implementation/Server/appsettings.Development.json b/Implementation/Server/appsettings.Development.json index 64d5bc8..c9259b1 100644 --- a/Implementation/Server/appsettings.Development.json +++ b/Implementation/Server/appsettings.Development.json @@ -6,5 +6,5 @@ "Microsoft.Hosting.Lifetime": "Information" } }, - "Urls": "http://0.0.0.0:11100" + "Urls": "http://0.0.0.0:48080" } \ No newline at end of file diff --git a/Implementation/Server/appsettings.json b/Implementation/Server/appsettings.json index fc3b13d..63fe5df 100644 --- a/Implementation/Server/appsettings.json +++ b/Implementation/Server/appsettings.json @@ -6,5 +6,5 @@ } }, "AllowedHosts": "*", - "Urls": "http://0.0.0.0:11100" + "Urls": "http://0.0.0.0:48080" }