修改ASPNETCORE_ENVIRONMENT默认为空

This commit is contained in:
不做码农
2021-11-18 10:16:45 +08:00
parent 8efb720fa0
commit bfeef85dee
2 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Stage"
"ASPNETCORE_ENVIRONMENT": ""
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}