Commit b841d552 by Jason Bau

comment out lms env vars that should be demo only

parent 1f20196d
...@@ -24,24 +24,31 @@ lms_env_config: ...@@ -24,24 +24,31 @@ lms_env_config:
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache' 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache'
'KEY_FUNCTION': 'util.memcache.safe_key' 'KEY_FUNCTION': 'util.memcache.safe_key'
'CERT_QUEUE': 'certificates' 'CERT_QUEUE': 'certificates'
'COURSE_LISTINGS': # 'COURSE_LISTINGS':
'default': ['MITx/6.002x/2012_Fall'] # 'default': ['MITx/6.002x/2012_Fall']
'stage-berkeley': [ 'BerkeleyX/CS169/fa12'] # 'stage-berkeley': [ 'BerkeleyX/CS169/fa12']
'stage-harvard': [ 'HarvardX/CS50/2012H'] # 'stage-harvard': [ 'HarvardX/CS50/2012H']
'stage-mit': [ 'MITx/3.091/MIT_2012_Fall'] # 'stage-mit': [ 'MITx/3.091/MIT_2012_Fall']
'stage-num': [ 'MITx/6.002x-NUM/2012_Fall_NUM'] # 'stage-num': [ 'MITx/6.002x-NUM/2012_Fall_NUM']
'stage-sjsu': [ 'MITx/6.002x-EE98/2012_Fall_SJSU'] # 'stage-sjsu': [ 'MITx/6.002x-EE98/2012_Fall_SJSU']
'LOCAL_LOGLEVEL': 'INFO' 'LOCAL_LOGLEVEL': 'INFO'
'META_UNIVERSITIES': # 'META_UNIVERSITIES':
'UTx': [ 'UTAustinX'] # 'UTx': [ 'UTAustinX']
'MITX_FEATURES': { 'AUTH_USE_OPENID_PROVIDER': true, 'MITX_FEATURES':
'CERTIFICATES_ENABLED': true, 'ENABLE_DISCUSSION_SERVICE': true, 'AUTH_USE_OPENID_PROVIDER': true
'ENABLE_INSTRUCTOR_ANALYTICS': true, 'ENABLE_PEARSON_HACK_TEST': true, 'CERTIFICATES_ENABLED': true
'SUBDOMAIN_BRANDING': true, 'SUBDOMAIN_COURSE_LISTINGS': true} 'ENABLE_DISCUSSION_SERVICE': true
'SUBDOMAIN_BRANDING': { 'stage-berkeley': 'BerkeleyX', 'ENABLE_INSTRUCTOR_ANALYTICS': true
'stage-harvard': 'HarvardX', 'stage-mit': 'MITx', 'ENABLE_PEARSON_HACK_TEST': false
'stage-num': 'MITx', 'stage-sjsu': 'MITx'} 'SUBDOMAIN_BRANDING': false
'VIRTUAL_UNIVERSITIES': [] 'SUBDOMAIN_COURSE_LISTINGS': false
# 'SUBDOMAIN_BRANDING':
# 'stage-berkeley': 'BerkeleyX'
# 'stage-harvard': 'HarvardX'
# 'stage-mit': 'MITx'
# 'stage-num': 'MITx'
# 'stage-sjsu': 'MITx'
# 'VIRTUAL_UNIVERSITIES': []
'WIKI_ENABLED': true 'WIKI_ENABLED': true
lms_source_repo: git@github.com:edx/mitx.git lms_source_repo: git@github.com:edx/mitx.git
......
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