mh_custom/wtmProject.Test/Properties/launchSettings.json

12 lines
277 B
JSON
Raw Permalink Normal View History

2024-05-16 17:30:33 +08:00
{
"profiles": {
"wtmProject.Test": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52999;http://localhost:53000"
}
}
}