Files
WCS/Cowain.TestProject.Browser/Properties/launchSettings.json
2026-03-02 09:08:20 +08:00

14 lines
425 B
JSON

{
"profiles": {
"Cowain.TestProject.Browser": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7169;http://localhost:5235",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
}
}