Felicity-Inverter-Monitor/src/Server/Properties/launchSettings.json
2025-03-13 10:13:25 +05:30

14 lines
404 B
JSON

{
"profiles": {
"InverterMon.Server": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:80",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}