Commit 169d3d2b by John Jarvis

lms_generic -> edxapp_generic

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