Commit 1370852f by Jason Bau

strip out direct modulestore in lms

parent 180e2289
...@@ -149,6 +149,10 @@ cms_env_config: ...@@ -149,6 +149,10 @@ cms_env_config:
<<: *edxapp_generic_env <<: *edxapp_generic_env
lms_preview_auth_config: lms_preview_auth_config:
<<: *edxapp_generic_auth <<: *edxapp_generic_auth
'MODULESTORE':
'default':
'ENGINE': 'xmodule.modulestore.mongo.DraftMongoModuleStore'
'OPTIONS': *generic_modulestore_default_options
lms_preview_env_config: lms_preview_env_config:
<<: *edxapp_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