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" ],