mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"FeatureManagement": {
|
|
"AdminService": true,
|
|
"UploadService": true,
|
|
"UpdateService": false
|
|
},
|
|
"AllowedHosts": "*",
|
|
"StoredFilesPath": "/home/simon/Downloads/",
|
|
"FileSizeLimit": 52428800
|
|
}
|