diff --git a/cms/envs/bok_choy.auth.json b/cms/envs/bok_choy.auth.json index 58bddcc984..74dab5ed55 100644 --- a/cms/envs/bok_choy.auth.json +++ b/cms/envs/bok_choy.auth.json @@ -11,9 +11,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 }, "ENGINE": "xmodule.contentstore.mongo.MongoContentStore", "OPTIONS": { @@ -21,9 +19,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 } }, "DATABASES": { @@ -42,9 +38,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 }, "MODULESTORE": { "default": { @@ -60,9 +54,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 }, "ENGINE": "xmodule.modulestore.mongo.DraftMongoModuleStore", "OPTIONS": { @@ -73,10 +65,8 @@ "host": [ "localhost" ], - "password": "password", "port": 27017, - "render_template": "edxmako.shortcuts.render_to_string", - "user": "edxapp" + "render_template": "edxmako.shortcuts.render_to_string" } }, { diff --git a/lms/envs/bok_choy.auth.json b/lms/envs/bok_choy.auth.json index 86d08d6029..67747f7b18 100644 --- a/lms/envs/bok_choy.auth.json +++ b/lms/envs/bok_choy.auth.json @@ -11,9 +11,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 }, "ENGINE": "xmodule.contentstore.mongo.MongoContentStore", "OPTIONS": { @@ -21,9 +19,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 } }, "DATABASES": { @@ -42,9 +38,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 }, "EVENT_TRACKING_BACKENDS": { "mongo": { @@ -69,9 +63,7 @@ "host": [ "localhost" ], - "password": "password", - "port": 27017, - "user": "edxapp" + "port": 27017 }, "ENGINE": "xmodule.modulestore.mongo.DraftMongoModuleStore", "OPTIONS": { @@ -82,10 +74,8 @@ "host": [ "localhost" ], - "password": "password", "port": 27017, - "render_template": "edxmako.shortcuts.render_to_string", - "user": "edxapp" + "render_template": "edxmako.shortcuts.render_to_string" } }, {