Fix the pointer to the contentstore in the bok-choy settings

This commit is contained in:
Jay Zoldak
2014-04-04 12:30:09 -04:00
parent 6292e55997
commit 72259b2fe1

View File

@@ -7,7 +7,7 @@
"CONTENTSTORE": {
"DOC_STORE_CONFIG": {
"collection": "modulestore",
"db": "edxapp",
"db": "test",
"host": [
"localhost"
],
@@ -17,7 +17,7 @@
},
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"OPTIONS": {
"db": "edxapp",
"db": "test",
"host": [
"localhost"
],