mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
d502ba86d9
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
17 lines
326 B
Plaintext
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
|