Commit d91f5463 by Feanil Patel

Merge pull request #1674 from edx/feanil/djfs_defaults

Add sane defaults for djfs.
parents 4b1cf5b8 58528210
......@@ -18,7 +18,10 @@
# Bucket used for xblock file storage
EDXAPP_XBLOCK_FS_STORAGE_BUCKET: "None"
EDXAPP_XBLOCK_FS_STORAGE_PREFIX: "None"
EDXAPP_DJFS: "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