Files
hamann-ausgabe-core/HaWeb/appsettings.json

17 lines
346 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"FeatureManagement": {
"AdminService": true,
"UploadService": true,
"UpdateService": false
},
"AllowedHosts": "*",
"StoredFilesPath": "/home/simon/Downloads/",
"FileSizeLimit": 209799152
}