Files
BimAI/Bimix.API/Properties/launchSettings.json
2025-06-23 21:52:09 +02:00

14 lines
342 B
JSON

{
"profiles": {
"dev": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7142;http://localhost:5142",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}