12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DarkMode": true,
|
|
"EnableCsvImports": false
|
|
}
|