Commit 1d90b686 by Calen Pennington

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

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