mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Crated basic file upload method; also included appsettings and feauture-management
This commit is contained in:
@@ -5,5 +5,12 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"FeatureManagement": {
|
||||
"AdminService": true,
|
||||
"UploadService": true,
|
||||
"UpdateService": false
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"StoredFilesPath": "/home/simon/Downloads/",
|
||||
"FileSizeLimit": 209799152
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user