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

20 lines
477 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"FeatureManagement": {
"AdminService": true,
"UploadService": true,
"LocalPublishService": true,
"RemotePublishService": false,
"RemotePublishSourceService": false
},
"AllowedHosts": "*",
"StoredFilePathLinux": "/home/simon/Downloads/test/",
"StoredFilePathWindows": "D:/test/",
"FileSizeLimit": 52428800
}