Skip to content

Instantly share code, notes, and snippets.

@jasoares
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save jasoares/6c05dfa80d4c2052243a to your computer and use it in GitHub Desktop.

Select an option

Save jasoares/6c05dfa80d4c2052243a to your computer and use it in GitHub Desktop.
mongodcfg.conf
systemLog:
destination: file
path: '/usr/local/var/log/mongodb/mongodcfg.log'
logAppend: true
storage:
dbPath: '/usr/local/var/mongodcfg'
journal:
enabled: true
processManagement:
fork: true
pidFilePath: '/var/run/mongodb/mongodcfg.pid'
sharding:
clusterRole: 'configsvr'
net:
bindIp: 127.0.0.1
port: 27019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment