From a63d58cff52fe7342f9a660c2f8182d2fd0e497b Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Thu, 2 Oct 2014 17:18:15 -0400 Subject: [PATCH] Remove unused credentials from mongo init was breaking pymongo 2.7 --- cms/envs/bok_choy.auth.json | 20 +++++--------------- lms/envs/bok_choy.auth.json | 20 +++++--------------- 2 files changed, 10 insertions(+), 30 deletions(-) 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" } }, {