Files
Progrart/Progrart.Browser/Properties/launchSettings.json
2025-12-14 00:25:51 +11:00

14 lines
415 B
JSON

{
"profiles": {
"Progrart.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}"
}
}
}