Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Properties/launchSettings.json
2022-10-18 09:01:16 +08:00

14 lines
340 B
JSON

{
"profiles": {
"Yi.Framework.ApiMicroservice": {
"commandName": "Project",
//开发环境根据情况是否自动启动浏览器
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19001;"
}
}
}