mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Added "uppy" uploader settings to config
This commit is contained in:
@@ -119,6 +119,9 @@ APP_DEFAULT_SECURE_HEADERS = {
|
|||||||
"img-src": [
|
"img-src": [
|
||||||
"*",
|
"*",
|
||||||
],
|
],
|
||||||
|
"script-src": [
|
||||||
|
"'self'", "blob:", "'wasm-unsafe-eval'"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
"force_https": True,
|
"force_https": True,
|
||||||
"force_https_permanent": False,
|
"force_https_permanent": False,
|
||||||
@@ -216,6 +219,9 @@ APP_RDM_DEPOSIT_FORM_QUOTA = {
|
|||||||
"maxFiles": 500,
|
"maxFiles": 500,
|
||||||
"maxStorage": 10 * 1024**4, # 10 TB
|
"maxStorage": 10 * 1024**4, # 10 TB
|
||||||
}
|
}
|
||||||
|
|
||||||
|
APP_RDM_DEPOSIT_NG_FILES_UI_ENABLED = True
|
||||||
|
|
||||||
# Invenio-S3
|
# Invenio-S3
|
||||||
# ==========
|
# ==========
|
||||||
S3_ACCESS_KEY_ID = "CHANGE_ME"
|
S3_ACCESS_KEY_ID = "CHANGE_ME"
|
||||||
|
|||||||
Reference in New Issue
Block a user