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

14 lines
339 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-07-17 14:29:02 +02:00
"applicationUrl": "http://localhost:7142;http://0.0.0.0:7142",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2025-06-23 21:52:09 +02:00
}