Files
lubelog/appsettings.json
DESKTOP-GENO133\IvanPlex 244a164891 updated default app settings.
2024-01-15 13:05:09 -07:00

20 lines
385 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"UseDarkMode": false,
"EnableCsvImports": true,
"UseMPG": true,
"UseDescending": false,
"EnableAuth": false,
"HideZero": false,
"UseUKMPG": false,
"UseThreeDecimalGasCost": true,
"UserNameHash": "",
"UserPasswordHash": ""
}