MongoDB settings are now changed in settings.json
This commit is contained in:
@@ -30,5 +30,9 @@
|
||||
"client_id":"client_id",
|
||||
"client_secret":"client_secret"
|
||||
},
|
||||
"mongo_password":"yourMongoPassword"
|
||||
"mongo_password":"yourMongoPassword",
|
||||
"mongo_host":"localhost",
|
||||
"mongo_port":"27017",
|
||||
"mongo_db":"database",
|
||||
"mongo_user":"root"
|
||||
}
|
||||
Reference in New Issue
Block a user