mh_custom/wtmProject.Test/Properties/launchSettings.json
2024-05-17 13:43:36 +08:00

12 lines
277 B
JSON

{
"profiles": {
"wtmProject.Test": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52999;http://localhost:53000"
}
}
}