Commit 34b02074 by John Jarvis

Merge pull request #422 from edx/jarv/fix-theme-name

fixing default for THEME_NAME
parents fa73ad83 60d6da97
...@@ -392,10 +392,11 @@ worker_core_mult: ...@@ -392,10 +392,11 @@ worker_core_mult:
lms_preview: 2 lms_preview: 2
cms: 2 cms: 2
#Theming # Theming
#To turn off theming, specify edxapp_theme_name: '' # To turn off theming, specify edxapp_theme_name: !!null
#Stanford, for example, uses edxapp_theme_name: 'stanford' # Stanford, for example, uses edxapp_theme_name: 'stanford'
edxapp_theme_name: '' #
edxapp_theme_name: !!null
edxapp_theme_source_repo: 'https://{{ COMMON_GIT_MIRROR }}/Stanford-Online/edx-theme.git' edxapp_theme_source_repo: 'https://{{ COMMON_GIT_MIRROR }}/Stanford-Online/edx-theme.git'
edxapp_theme_version: 'HEAD' edxapp_theme_version: 'HEAD'
......
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