Commit d45cd90d by Jay Zoldak

Merge pull request #3218 from edx/zoldak/bok-choy-contentstore

Fix the pointer to the contentstore in the bok-choy settings
parents 2f16bbe1 72259b2f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"CONTENTSTORE": { "CONTENTSTORE": {
"DOC_STORE_CONFIG": { "DOC_STORE_CONFIG": {
"collection": "modulestore", "collection": "modulestore",
"db": "edxapp", "db": "test",
"host": [ "host": [
"localhost" "localhost"
], ],
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore", "ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"OPTIONS": { "OPTIONS": {
"db": "edxapp", "db": "test",
"host": [ "host": [
"localhost" "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