pschelpdesk/PSCHelpdesk/PSCHelpdesk.Browser/Properties/launchSettings.json
2024-11-04 11:28:08 +01:00

14 lines
419 B
JSON

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