Commit a63d58cf by Don Mitchell

Remove unused credentials from mongo init

was breaking pymongo 2.7
parent 5c00ce67
......@@ -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"
}
},
{
......
......@@ -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"
}
},
{
......
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