Created
July 28, 2017 21:52
-
-
Save stevenhao/f206e1743dfa31c46f1b716a2a9a6fe4 to your computer and use it in GitHub Desktop.
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
systemLog: | |
destination: file | |
path: /usr/local/var/log/mongodb/mongo.log | |
logAppend: true | |
storage: | |
dbPath: /usr/local/var/mongodb | |
net: | |
bindIp: 0.0.0.0 | |
replication: | |
replSetName: rs0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment