952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
19 lines
350 B
Plaintext
19 lines
350 B
Plaintext
# where to write logging data
|
|
systemLog:
|
|
destination: file
|
|
logAppend: true
|
|
# path: /var/log/mongodb/mongos.log
|
|
path: /home/logs/mongodb/mongos.log
|
|
|
|
# network interfaces
|
|
net:
|
|
port: 27019
|
|
bindIp: 0.0.0.0
|
|
|
|
#security:
|
|
# keyFile: /opt/mongodb/namaste.key
|
|
|
|
sharding:
|
|
configDB: namasteConfig/gordito:27027, deepthought:27027, mongoid:27027
|
|
|