Skip to content

Instantly share code, notes, and snippets.

@bozhink
Last active January 28, 2017 10:22
Show Gist options
  • Save bozhink/9cdefbe7b2290431b66170a124f82811 to your computer and use it in GitHub Desktop.
Save bozhink/9cdefbe7b2290431b66170a124f82811 to your computer and use it in GitHub Desktop.
Configuration file for mongod
security:
authorization: 'enabled'
systemLog:
destination: file
path: /data/db/mongo.log
storage:
dbPath: /data/db
auditLog:
destination: file
format: JSON
path: /data/db/auditLog.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment