Files
lubelog/appsettings.json
Hargata Softworks af9c96c002 Merge pull request #5 from FFCoder/dockerSupport
dockerSupport: Added Basic Docker support to the application.
2024-01-06 09:01:39 -07:00

25 lines
434 B
JSON

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