Commit 03280398 by John Jarvis

adding config for xblock storage

parent bb1e7e16
......@@ -15,7 +15,9 @@
# Variables set to "None" will be converted to None
# when the edxapp config is written to disk.
# Bucket used for xblock file storage
EDXAPP_XBLOCK_FS_STORAGE_BUCKET: 'xblock-storage-bucket'
EDXAPP_XBLOCK_FS_STORAGE_PREFIX: 'xblock-storage-bucket-dir/'
EDXAPP_LMS_BASE: ""
EDXAPP_PREVIEW_LMS_BASE: ""
EDXAPP_CMS_BASE: ""
......@@ -508,6 +510,8 @@ edxapp_generic_auth_config: &edxapp_generic_auth
AWS_STORAGE_BUCKET_NAME: "{{ EDXAPP_AWS_STORAGE_BUCKET_NAME }}"
generic_env_config: &edxapp_generic_env
XBLOCK_FS_STORAGE_BUCKET: $EDXAPP_XBLOCK_FS_STORAGE_BUCKET
XBLOCK_FS_STORAGE_PREFIX: $EDXAPP_XBLOCK_FS_STORAGE_PREFIX
ANALYTICS_DATA_URL: $EDXAPP_ANALYTICS_DATA_URL
CELERY_BROKER_VHOST: $EDXAPP_CELERY_BROKER_VHOST
PAYMENT_SUPPORT_EMAIL: $EDXAPP_PAYMENT_SUPPORT_EMAIL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment