Added "uppy" uploader settings to config

This commit is contained in:
2025-09-03 16:42:18 +01:00
parent 37b650b343
commit 7c819426f0

View File

@@ -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"