Skip to content

Instantly share code, notes, and snippets.

@Jlaird
Last active July 6, 2016 19:44
Show Gist options
  • Save Jlaird/a9a1c097279db3fe06ea400f9d7f7c8d to your computer and use it in GitHub Desktop.
Save Jlaird/a9a1c097279db3fe06ea400f9d7f7c8d to your computer and use it in GitHub Desktop.
Live config
systemLog:
destination: file
path: "/var/log/mongodb/mongod.log"
logAppend: true
quiet: true
operationProfiling:
mode: off
slowOpThresholdMs: 10000
storage:
dbPath: "/data/mongo/"
journal:
enabled: false
engine: mmapv1
processManagement:
fork: true
pidFilePath: "/var/run/mongodb/mongod.pid"
net:
port: 27017
http:
enabled: true
RESTInterfaceEnabled: true
setParameter:
enableLocalhostAuthBypass: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment