diff --git a/src/PublicApi/Properties/launchSettings.json b/src/PublicApi/Properties/launchSettings.json index 240d7c5..1a18144 100644 --- a/src/PublicApi/Properties/launchSettings.json +++ b/src/PublicApi/Properties/launchSettings.json @@ -15,7 +15,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5098" + "applicationUrl": "http://0.0.0.0:5098" }, "WSL": { "commandName": "WSL2", diff --git a/src/Web/Properties/launchSettings.json b/src/Web/Properties/launchSettings.json index 4ad5eb0..6479d01 100644 --- a/src/Web/Properties/launchSettings.json +++ b/src/Web/Properties/launchSettings.json @@ -24,7 +24,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5000" + "applicationUrl": "http://0.0.0.0:5000" }, "Web - PROD": { "commandName": "Project",