Commit 1d90b686 by Calen Pennington

Renaming the mongo database and collection used for the xmodule module store

parent 9fdd5b11
...@@ -16,8 +16,8 @@ MODULESTORE = { ...@@ -16,8 +16,8 @@ MODULESTORE = {
'OPTIONS': { 'OPTIONS': {
'default_class': 'xmodule.raw_module.RawDescriptor', 'default_class': 'xmodule.raw_module.RawDescriptor',
'host': 'localhost', 'host': 'localhost',
'db': 'mongo_base', 'db': 'xmodule',
'collection': 'key_store', 'collection': 'modulestore',
} }
} }
} }
......
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