Files
SNote/Client/SNote.Browser/Properties/launchSettings.json
T

14 lines
412 B
JSON
Raw Normal View History

2026-05-28 02:54:17 +10:00
{
"profiles": {
"SNote.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}"
}
}
}