Files
BimAI/BimAI.UI.Web/appsettings.json

10 lines
142 B
JSON
Raw Permalink Normal View History

2025-11-21 14:09:06 +01:00
{
"AllowedHosts": "*",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}