Commit 72259b2f by Jay Zoldak

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

parent 6292e559
......@@ -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"
],
......
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