Commit a63d58cf by Don Mitchell

Remove unused credentials from mongo init

was breaking pymongo 2.7
parent 5c00ce67
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
}, },
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore", "ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"OPTIONS": { "OPTIONS": {
...@@ -21,9 +19,7 @@ ...@@ -21,9 +19,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
} }
}, },
"DATABASES": { "DATABASES": {
...@@ -42,9 +38,7 @@ ...@@ -42,9 +38,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
}, },
"MODULESTORE": { "MODULESTORE": {
"default": { "default": {
...@@ -60,9 +54,7 @@ ...@@ -60,9 +54,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
}, },
"ENGINE": "xmodule.modulestore.mongo.DraftMongoModuleStore", "ENGINE": "xmodule.modulestore.mongo.DraftMongoModuleStore",
"OPTIONS": { "OPTIONS": {
...@@ -73,10 +65,8 @@ ...@@ -73,10 +65,8 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password",
"port": 27017, "port": 27017,
"render_template": "edxmako.shortcuts.render_to_string", "render_template": "edxmako.shortcuts.render_to_string"
"user": "edxapp"
} }
}, },
{ {
......
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
}, },
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore", "ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"OPTIONS": { "OPTIONS": {
...@@ -21,9 +19,7 @@ ...@@ -21,9 +19,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
} }
}, },
"DATABASES": { "DATABASES": {
...@@ -42,9 +38,7 @@ ...@@ -42,9 +38,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
}, },
"EVENT_TRACKING_BACKENDS": { "EVENT_TRACKING_BACKENDS": {
"mongo": { "mongo": {
...@@ -69,9 +63,7 @@ ...@@ -69,9 +63,7 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password", "port": 27017
"port": 27017,
"user": "edxapp"
}, },
"ENGINE": "xmodule.modulestore.mongo.DraftMongoModuleStore", "ENGINE": "xmodule.modulestore.mongo.DraftMongoModuleStore",
"OPTIONS": { "OPTIONS": {
...@@ -82,10 +74,8 @@ ...@@ -82,10 +74,8 @@
"host": [ "host": [
"localhost" "localhost"
], ],
"password": "password",
"port": 27017, "port": 27017,
"render_template": "edxmako.shortcuts.render_to_string", "render_template": "edxmako.shortcuts.render_to_string"
"user": "edxapp"
} }
}, },
{ {
......
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