Commit eb99e8c8 by Feanil Patel

Set none as the default.

No one will have access to the fake default bucket causing
things to break if it isn't overridden.
parent 619f3273
......@@ -16,8 +16,8 @@
# 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_XBLOCK_FS_STORAGE_BUCKET: "None"
EDXAPP_XBLOCK_FS_STORAGE_PREFIX: "None"
EDXAPP_LMS_BASE: ""
EDXAPP_PREVIEW_LMS_BASE: ""
EDXAPP_CMS_BASE: ""
......
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