Commit 169d3d2b by John Jarvis

lms_generic -> edxapp_generic

parent 53570084
......@@ -53,7 +53,7 @@ xqueue:
lms_generic_auth_config: &lms_generic_auth
edxapp_generic_auth_config: &edxapp_generic_auth
'CONTENTSTORE':
'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore'
'ANALYTICS_API_KEY': ''
......@@ -106,7 +106,7 @@ lms_generic_auth_config: &lms_generic_auth
'username': 'lms'}
'url': ''
lms_generic_env_config: &lms_generic_env
edxapp_generic_env_config: &edxapp_generic_env
'BOOK_URL': ''
'CERT_QUEUE': 'certificates'
'LOCAL_LOGLEVEL': 'INFO'
......@@ -159,18 +159,18 @@ lms_generic_env_config: &lms_generic_env
'SESSION_COOKIE_DOMAIN': !!null
'COMMENTS_SERVICE_KEY': ''
lms_auth_config:
<<: *lms_generic_auth
<<: *edxapp_generic_auth
lms_env_config:
<<: *lms_generic_env
<<: *edxapp_generic_env
lms_xml_auth_config:
<<: *lms_generic_auth
<<: *edxapp_generic_auth
lms_xml_env_config:
<<: *lms_generic_env
<<: *edxapp_generic_env
cms_auth_config:
<<: *lms_generic_auth
<<: *edxapp_generic_auth
cms_env_config:
<<: *lms_generic_env
<<: *edxapp_generic_env
lms_preview_auth_config:
<<: *lms_generic_auth
<<: *edxapp_generic_auth
lms_preview_env_config:
<<: *lms_generic_env
<<: *edxapp_generic_env
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