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

16 lines
247 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"
}
}
}
}