Skip to content

Instantly share code, notes, and snippets.

@user20161119
Created May 7, 2014 06:27
Show Gist options
  • Save user20161119/907668addd7e5b3d9ab4 to your computer and use it in GitHub Desktop.
Save user20161119/907668addd7e5b3d9ab4 to your computer and use it in GitHub Desktop.
mongdb.conf yml format
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