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

14 lines
339 B
JSON
Raw Normal View History

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