Files
git.stella-ops.org/src/StellaOps.Concelier.WebService/Properties/launchSettings.json
2025-10-18 20:46:16 +03:00

12 lines
303 B
JSON

{
"profiles": {
"StellaOps.Concelier.WebService": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:50411;http://localhost:50412"
}
}
}