Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Properties/launchSettings.json
2022-04-07 17:37:02 +08:00

13 lines
297 B
JSON

{
"profiles": {
"Yi.Framework.ApiMicroservice": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19001;"
}
}
}