From 7f575306a5ffc6059c6995ec7b57d764867cc38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 13 Jun 2023 22:29:38 +0200 Subject: [PATCH] listen on all interfaces --- src/PublicApi/Properties/launchSettings.json | 2 +- src/Web/Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",