Skip to content

Instantly share code, notes, and snippets.

@AlifArnado
Created December 2, 2015 15:55
Show Gist options
  • Save AlifArnado/a1be1a5338b4cca5c89b to your computer and use it in GitHub Desktop.
Save AlifArnado/a1be1a5338b4cca5c89b to your computer and use it in GitHub Desktop.
setting mongoexec
{
"mongo_exec.commands": {
"mongo" : "/usr//bin/mongo"
},
"connections": {
"localhost": {
"type" : "mongo",
"host" : "localhost",
"port" : "27017",
"username": "",
"password": "",
"databases": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment