Commit 65a8de56 by Jay Zoldak

Restore direct modulestore

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