Skip to content

Commit

Permalink
Listen on 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twogood committed Dec 17, 2023
1 parent c43295a commit a1c436b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BankIdDemo.Backend/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51371",
"applicationUrl": "http://0.0.0.0:51371",
"sslPort": 44340
}
},
Expand All @@ -12,7 +12,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5124",
"applicationUrl": "http://0.0.0.0:5124",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand All @@ -21,7 +21,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7251;http://localhost:5124",
"applicationUrl": "https://0.0.0.0:7251;http://0.0.0.0:5124",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit a1c436b

Please sign in to comment.