Files
lubelog/appsettings.json
DESKTOP-GENO133\IvanPlex 25db16c47f added kwh setting
2024-01-06 08:53:45 -07:00

25 lines
436 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"http": {
"Url": "http://localhost:5000"
}
}
},
"AllowedHosts": "*",
"UseDarkMode": false,
"EnableCsvImports": true,
"UseMPG": true,
"UseDescending": false,
"EnableAuth": false,
"UserNameHash": "",
"UserPasswordHash": "",
"UsekWh": false
}