Files
lubelog/appsettings.json
2024-01-03 10:58:15 -07:00

11 lines
162 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"DarkMode": true
}