Commit dcaa51c1 by John Jarvis

adding defaults

parent 959d477e
--- ---
# Set a custom LMS_BASE and PREVIEW_LMS_BASE # Set a custom LMS_BASE and PREVIEW_LMS_BASE
# for single-instance setups # for single-instance setups
cms_nginx_port: 80 # cms_nginx_port: 80
lms_preview_nginx_port: 80 # lms_preview_nginx_port: 80
# Override LMS_BASE and PREVIEW_LMS_BASE in the cms env config # Override LMS_BASE and PREVIEW_LMS_BASE in the cms env config
cms_env_config: cms_env_config:
'LMS_BASE': '{{lms_base}}' 'LMS_BASE': '{{lms_base | default ""}}'
'MITX_FEATURES': 'MITX_FEATURES':
'PREVIEW_LMS_BASE': '{{preview_lms_base}}' 'PREVIEW_LMS_BASE': '{{preview_lms_base | default ""}}'
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