Files
DiunaBI/DiunaBI.UI.Web/appsettings.json

13 lines
183 B
JSON
Raw Normal View History

2025-11-12 11:59:11 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2025-11-28 11:44:19 +01:00
"AllowedHosts": "*",
"App": {
"AppName": "DiunaBI"
}
2025-11-12 11:59:11 +01:00
}