Commit b332cf6f by Feanil Patel

Add sane defaults for djfs.

Conflicts:
	playbooks/roles/edxapp/defaults/main.yml
parent 33783a78
...@@ -15,6 +15,13 @@ ...@@ -15,6 +15,13 @@
# Variables set to "None" will be converted to None # Variables set to "None" will be converted to None
# when the edxapp config is written to disk. # 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_LMS_BASE: ""
EDXAPP_PREVIEW_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