Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save parkerfoshay/21d8f6c8c0c7e5283519f0d0cebd5f6a to your computer and use it in GitHub Desktop.
Save parkerfoshay/21d8f6c8c0c7e5283519f0d0cebd5f6a to your computer and use it in GitHub Desktop.
deploy-replica-set-node-3
# mongod_dba_deploy_replica_set_auth_on_2.conf
# for documentation of all options, see:
# http://docs.mongodb.org/manual/reference/configuration-options/
# Where and how to store data.
storage:
dbPath: /var/lib/mongodb/3/db
journal:
enabled: true
wiredTiger:
engineConfig:
cacheSizeGB: 0.3
# engine:
# wiredTiger:
# where to write logging data.
systemLog:
destination: file
logAppend: true
path: /var/log/mongodb/3/logs/mongod.log
# network interfaces
net:
port: 27003
bindIp: 127.0.0.1
# how the process runs
processManagement:
timeZoneInfo: /usr/share/zoneinfo
fork: true
#security:
#operationProfiling:
#replication:
#sharding:
## Enterprise-Only Options:
#auditLog:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment