Browse Source

listen on all interfaces

main
Nicolas Massé 3 years ago
parent
commit
7f575306a5
  1. 2
      src/PublicApi/Properties/launchSettings.json
  2. 2
      src/Web/Properties/launchSettings.json

2
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",

2
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",

Loading…
Cancel
Save