Files
hamann-ausgabe-core/HaWeb/appsettings.json
2022-06-02 03:21:58 +02:00

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
}