多环境部署

This commit is contained in:
chenchun
2022-04-07 17:37:02 +08:00
parent a6a2025972
commit 21d0af557b
7 changed files with 308 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"Yi.Framework.AuthenticationCenter": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:60124;http://localhost:60126"
}
}
}