Remove unused credentials from mongo init
was breaking pymongo 2.7
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user