Files
BimAI/Bimix.API/Properties/launchSettings.json

14 lines
342 B
JSON
Raw Normal View History

{
"profiles": {
2025-06-23 21:52:09 +02:00
"dev": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2025-06-23 21:52:09 +02:00
"applicationUrl": "https://localhost:7142;http://localhost:5142",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2025-06-23 21:52:09 +02:00
}