Files
vegasco/src/Vegasco.Server.Api/Properties/launchSettings.json

15 lines
394 B
JSON
Raw Normal View History

2024-08-17 16:38:40 +02:00
{
"profiles": {
"https": {
"commandName": "Project",
"launchBrowser": true,
2025-06-16 19:52:04 +02:00
"launchUrl": "scalar/v1",
2024-08-17 16:38:40 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7098;http://localhost:5076"
}
},
2024-08-17 16:38:41 +02:00
"$schema": "http://json.schemastore.org/launchsettings.json"
2024-08-17 16:38:40 +02:00
}