platform/dev/local-mongo/mongod.conf
Andrey Sobolev d502ba86d9
UBERF-7690: Local mongo setup configuration (#6335)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-08-15 17:10:29 +07:00

17 lines
326 B
Plaintext

systemLog:
destination: file
path: .mongo/mongo.log
logAppend: true
# replication:
# oplogSizeMB: 128
storage:
dbPath: .mongo/data
directoryPerDB: true
wiredTiger:
engineConfig:
directoryForIndexes: true
cacheSizeGB: 2.0
net:
bindIp: 127.0.0.1, ::1
ipv6: true