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

12 lines
288 B
JSON

{
"profiles": {
"Yi.Framework.OcelotGateway": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:60123;http://localhost:60125"
}
}
}