Files
git.stella-ops.org/src/Integrations/StellaOps.Integrations.WebService/Properties/launchSettings.json
2026-01-07 09:43:12 +02:00

12 lines
295 B
JSON

{
"profiles": {
"StellaOps.Integrations.WebService": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52411;http://localhost:52416"
}
}
}