Commit 7faa6629 by Jay Zoldak

Merge pull request #263 from edx/zoldak/add-back-direct-modulestore

Restore direct modulestore
parents b3ae38a6 65a8de56
......@@ -45,6 +45,9 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'port': 27017
'render_template': 'mitxmako.shortcuts.render_to_string'
'user': 'mongo'
'direct':
'ENGINE': 'xmodule.modulestore.mongo.MongoModuleStore'
'OPTIONS': *generic_modulestore_default_options
'DATABASES':
'default':
'ENGINE': 'django.db.backends.mysql'
......
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