24 lines
417 B
JSON
24 lines
417 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": ""
|
|
}
|