Commit a4af38db by John Jarvis

renaming generic_{auth,env} to lms_generic_{auth,env}

parent 074b4f02
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#Use YAML references (& and *) and hash merge <<: to factor out shared settings #Use YAML references (& and *) and hash merge <<: to factor out shared settings
#see http://atechie.net/2009/07/merging-hashes-in-yaml-conf-files/ #see http://atechie.net/2009/07/merging-hashes-in-yaml-conf-files/
generic_auth_config: &generic_auth lms_generic_auth_config: &lms_generic_auth
'CONTENTSTORE': 'CONTENTSTORE':
'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore' 'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore'
'ANALYTICS_API_KEY': '' 'ANALYTICS_API_KEY': ''
...@@ -77,7 +77,7 @@ generic_auth_config: &generic_auth ...@@ -77,7 +77,7 @@ generic_auth_config: &generic_auth
'username': 'lms'} 'username': 'lms'}
'url': '' 'url': ''
generic_env_config: &generic_env lms_generic_env_config: &lms_generic_env
'BOOK_URL': '' 'BOOK_URL': ''
'CERT_QUEUE': 'certificates' 'CERT_QUEUE': 'certificates'
'LOCAL_LOGLEVEL': 'INFO' 'LOCAL_LOGLEVEL': 'INFO'
...@@ -130,18 +130,18 @@ generic_env_config: &generic_env ...@@ -130,18 +130,18 @@ generic_env_config: &generic_env
'SESSION_COOKIE_DOMAIN': !!null 'SESSION_COOKIE_DOMAIN': !!null
'COMMENTS_SERVICE_KEY': '' 'COMMENTS_SERVICE_KEY': ''
lms_auth_config: lms_auth_config:
<<: *generic_auth <<: *lms_generic_auth
lms_env_config: lms_env_config:
<<: *generic_env <<: *lms_generic_env
lms_xml_auth_config: lms_xml_auth_config:
<<: *generic_auth <<: *lms_generic_auth
lms_xml_env_config: lms_xml_env_config:
<<: *generic_env <<: *lms_generic_env
cms_auth_config: cms_auth_config:
<<: *generic_auth <<: *lms_generic_auth
cms_env_config: cms_env_config:
<<: *generic_env <<: *lms_generic_env
lms_preview_auth_config: lms_preview_auth_config:
<<: *generic_auth <<: *lms_generic_auth
lms_preview_env_config: lms_preview_env_config:
<<: *generic_env <<: *lms_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