Commit 67b4c16b by Brian Beggs Committed by Ned Batchelder

Adding all defaults required for VIDEO_IMAGE_SETTINGS

(cherry picked from commit f92a3613)
parent 8f6dd7bf
......@@ -673,6 +673,10 @@ EDXAPP_VIDEO_IMAGE_MAX_AGE: 31536000
EDXAPP_VIDEO_IMAGE_SETTINGS:
VIDEO_IMAGE_MAX_BYTES : 2097152
VIDEO_IMAGE_MIN_BYTES : 2048
STORAGE_KWARGS:
location: "{{ edxapp_media_dir }}/"
base_url: "{{ EDXAPP_MEDIA_URL }}/"
DIRECTORY_PREFIX: 'video-images/'
# Course Block Structures
EDXAPP_BLOCK_STRUCTURES_SETTINGS:
......
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