添加环境变量

This commit is contained in:
qianhao.xu
2024-01-13 16:19:32 +08:00
parent 2e90b9cf09
commit eb5ee7467c
4 changed files with 147 additions and 145 deletions

View File

@@ -18,5 +18,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<ProjectGuid>e5497bb4-b0c1-4794-9fae-163f626ec399</ProjectGuid>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<EnvironmentName>production</EnvironmentName>
</PropertyGroup>
</Project>

View File

@@ -15,7 +15,7 @@
"launchUrl": "",
"applicationUrl": "http://localhost:8889",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "development"
}
}
}