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

15 lines
392 B
JSON
Raw Normal View History

2024-08-17 16:38:40 +02:00
{
"profiles": {
"https": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"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
}