Skip to content
Snippets Groups Projects
Commit 405d42cd authored by Calen Pennington's avatar Calen Pennington
Browse files

Merge pull request #1423 from cpennington/fix-lms-cms-dev

Fix `rake lms[cms.dev]`
parents a5715bf2 3e59f3af
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,12 @@ MODULESTORE = {
'default': {
'ENGINE': 'xmodule.modulestore.mongo.MongoModuleStore',
'DOC_STORE_CONFIG': DOC_STORE_CONFIG,
'OPTIONS': modulestore_options
'OPTIONS': modulestore_options,
},
'draft': {
'ENGINE': 'xmodule.modulestore.mongo.DraftMongoModuleStore',
'OPTIONS': modulestore_options
'DOC_STORE_CONFIG': DOC_STORE_CONFIG,
'OPTIONS': modulestore_options,
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment