Commit 96828dc0 by John Jarvis

attempting to create defaults

parent dcaa51c1
......@@ -5,7 +5,7 @@
# lms_preview_nginx_port: 80
# Override LMS_BASE and PREVIEW_LMS_BASE in the cms env config
cms_env_config:
'LMS_BASE': '{{lms_base | default ""}}'
'LMS_BASE': '{% set lms_base=lms_base or ""%}{{lms_base}}'
'MITX_FEATURES':
'PREVIEW_LMS_BASE': '{{preview_lms_base | default ""}}'
'PREVIEW_LMS_BASE': '{% set preview_lms_base=preview_lms_base or ""%}{{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