Commit 7706558f by Jason Bau

reformatting example cms_auth_config

parent f24263d1
...@@ -114,14 +114,10 @@ lms_env_config: &lms_env ...@@ -114,14 +114,10 @@ lms_env_config: &lms_env
'COMMENTS_SERVICE_KEY': 'hidden-prod' 'COMMENTS_SERVICE_KEY': 'hidden-prod'
cms_auth_config: cms_auth_config:
'CONTENTSTORE':
'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore'
'MODULESTORE':
'default':
'ENGINE': 'xmodule.modulestore.mongo.MongoModuleStore'
'AWS_ACCESS_KEY_ID': 'hidden-prod' 'AWS_ACCESS_KEY_ID': 'hidden-prod'
'AWS_SECRET_ACCESS_KEY': 'hidden-prod' 'AWS_SECRET_ACCESS_KEY': 'hidden-prod'
'CONTENTSTORE': 'CONTENTSTORE':
'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore'
'OPTIONS': 'OPTIONS':
'db': 'hidden-prod' 'db': 'hidden-prod'
'host': [ 'hidden-prod', 'hidden-prod'] 'host': [ 'hidden-prod', 'hidden-prod']
...@@ -135,7 +131,7 @@ cms_auth_config: ...@@ -135,7 +131,7 @@ cms_auth_config:
'USER': 'hidden-prod'} 'USER': 'hidden-prod'}
'MODULESTORE': 'MODULESTORE':
'default': 'default':
'ENGINE': 'xmodule.modulestore.mongo.DraftMongoModuleStore' 'ENGINE': 'xmodule.modulestore.mongo.MongoModuleStore'
'OPTIONS': 'OPTIONS':
'collection': 'hidden-prod' 'collection': 'hidden-prod'
'db': 'hidden-prod' 'db': 'hidden-prod'
......
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