diff --git a/IRaCIS.Core.API/Properties/launchSettings.json b/IRaCIS.Core.API/Properties/launchSettings.json index 80db71188..d3e1c91fe 100644 --- a/IRaCIS.Core.API/Properties/launchSettings.json +++ b/IRaCIS.Core.API/Properties/launchSettings.json @@ -4,7 +4,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:3305", + "applicationUrl": "http://0.0.0.0:3305", "sslPort": 0 } }, @@ -23,7 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Test_IRC", "ASPNETCORE_OpenSwagger": "true" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.Test_IRC_PGSQL": { "commandName": "Project", @@ -31,7 +31,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Test_IRC_PGSQL" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.Event_IRC": { "commandName": "Project", @@ -39,7 +39,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Event_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "Docker": { "commandName": "Docker", @@ -53,7 +53,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Uat_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.Prod_IRC": { "commandName": "Project", @@ -61,7 +61,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Prod_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.US_Uat_IRC": { "commandName": "Project", @@ -69,7 +69,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "US_Uat_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.US_Prod_IRC": { "commandName": "Project", @@ -77,7 +77,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "US_Prod_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" } }