Created
December 2, 2015 15:55
-
-
Save AlifArnado/a1be1a5338b4cca5c89b to your computer and use it in GitHub Desktop.
setting mongoexec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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