Listen on v4 and v6

This commit is contained in:
amki 2021-03-18 07:40:13 +01:00
parent c29d11efc1
commit 1b3dff53bf
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
"dotnetRunMessages": "true", "dotnetRunMessages": "true",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "/", "launchUrl": "/",
"applicationUrl": "http://0.0.0.0:4223", "applicationUrl": "http://0.0.0.0:4223;http://[::]:4223",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

View File

@ -7,11 +7,11 @@
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"Kestrel": { /*"Kestrel": {
"Endpoints": { "Endpoints": {
"Http": { "Http": {
"Url": "http://0.0.0.0:4223" "Url": "http://0.0.0.0:4223"
} }
} }
} }*/
} }