From 72259b2fe1648c2e164336c560f627598eee5e44 Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Fri, 4 Apr 2014 12:30:09 -0400 Subject: [PATCH] Fix the pointer to the contentstore in the bok-choy settings --- lms/envs/bok_choy.auth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/envs/bok_choy.auth.json b/lms/envs/bok_choy.auth.json index 8f9e757490..416c480cea 100644 --- a/lms/envs/bok_choy.auth.json +++ b/lms/envs/bok_choy.auth.json @@ -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" ],