Files
vegasco/src/Vegasco.Server.Api/Properties/launchSettings.json
ThompsonNye cba564a811
Some checks failed
continuous-integration/drone/push Build is failing
Switch to Scalar swagger ui
2025-06-16 19:52:04 +02:00

15 lines
394 B
JSON

{
"profiles": {
"https": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "scalar/v1",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7098;http://localhost:5076"
}
},
"$schema": "http://json.schemastore.org/launchsettings.json"
}