pgLabII/pgLabII.Browser/Properties/launchSettings.json

14 lines
414 B
JSON
Raw Normal View History

2024-11-16 14:16:04 +01:00
{
"profiles": {
"pgLabII.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}"
}
}
}