This commit is contained in:
2022-10-17 19:59:44 +10:00
parent 3700aea681
commit 0924db0386
40 changed files with 805 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:31551",
"applicationUrl": "http://0.0.0.0:31551",
"sslPort": 44346
}
},
@@ -14,7 +14,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "Home",
"applicationUrl": "https://localhost:7141;http://localhost:5141",
"applicationUrl": "http://0.0.0.0:7141;http://0.0.0.0:5141",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}