Created
May 7, 2014 06:27
-
-
Save user20161119/907668addd7e5b3d9ab4 to your computer and use it in GitHub Desktop.
mongdb.conf yml format
This file contains 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: "/home/ubuntu/data/mongolog/mongodb.log" | |
quiet: true | |
logAppend: true | |
storage: | |
journal: | |
enabled: true | |
dbPath: "/home/ubuntu/data/mongodata" | |
processManagement: | |
fork: true | |
net: | |
#bindIp: 127.0.0.1 | |
port: 27017 | |
security: | |
authorization: enabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment