Skip to content

Instantly share code, notes, and snippets.

@marantz
Created November 3, 2015 06:58
Show Gist options
  • Save marantz/7969bdad02f24bad65a6 to your computer and use it in GitHub Desktop.
Save marantz/7969bdad02f24bad65a6 to your computer and use it in GitHub Desktop.
MongoDB YAML CONFIG
net:
bindIp: hostName
port: 27018
processManagement:
fork: true
sharding:
configDB: "hostName:hostName:27228,hostName:27238"
autoSplit: false
systemLog:
destination: file
path: "/opt/mongodb/logs/mongos.log"
quiet: false
logAppend: true
traceAllExceptions: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment