Commit 3f695726 by Feanil Patel

Merge pull request #1675 from edx/feanil/djfs_defaults_release

Add sane defaults for djfs.
parents 33783a78 b332cf6f
......@@ -15,6 +15,13 @@
# 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: "None"
EDXAPP_XBLOCK_FS_STORAGE_PREFIX: "None"
EDXAPP_DJFS:
type: 'osfs'
directory_root: '{{ edxapp_data_dir }}/django-pyfs/static/django-pyfs'
url_root : '/static/django-pyfs'
EDXAPP_LMS_BASE: ""
EDXAPP_PREVIEW_LMS_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