多环境部署

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,13 @@
{
"profiles": {
"Yi.Framework.ApiMicroservice": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19001;"
}
}
}