Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1675 from edx/feanil/djfs_defaults_release
Browse files Browse the repository at this point in the history
Add sane defaults for djfs.
  • Loading branch information
feanil committed Oct 31, 2014
2 parents 33783a7 + b332cf6 commit 3f69572
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 3f69572

Please sign in to comment.