Skip to content

Instantly share code, notes, and snippets.

@lotusirous
Created July 17, 2019 23:12
Show Gist options
  • Select an option

  • Save lotusirous/1ed8c974d92a0487458375d0181939ae to your computer and use it in GitHub Desktop.

Select an option

Save lotusirous/1ed8c974d92a0487458375d0181939ae to your computer and use it in GitHub Desktop.
net:
port: 27017
bindIp: prod.master
storage:
dbPath: /home/admin/mongodb/data
wiredTiger:
engineConfig:
cacheSizeGB: 2
journalCompressor: snappy
replication:
replSetName: "rs"
sharding:
clusterRole: shardsvr
systemLog:
destination: file
path: /home/admin/mongodb/log/mongod.log
logRotate: 1
logAppend: true
processManagement:
pidFilePath: /home/admin/mongodb/run/mongod.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment