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

19 lines
288 B
JSON
Raw Normal View History

2025-11-06 10:20:00 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:7143"
}
}
2025-11-28 11:44:19 +01:00
},
"App": {
"AppName": "DiunaBI"
2025-11-06 10:20:00 +01:00
}
}