ibms-dome/z01_WinAPP/Properties/launchSettings.json

12 lines
272 B
JSON
Raw Normal View History

2022-11-18 21:32:59 +08:00
{
"profiles": {
"z01_WinAPP": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:59390;http://localhost:59391"
}
}
}