mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 09:13:07 +03:00
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
|