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

14 lines
374 B
JSON

{
"profiles": {
"wtmProject": {
"commandName": "Project",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
},
"applicationUrl": "http://localhost:6051/"
}
}
}