mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
storage:
|
|
dbPath: "/var/lib/mongodb"
|
|
engine: "wiredTiger"
|
|
wiredTiger:
|
|
collectionConfig:
|
|
blockCompressor: snappy
|
|
|
|
systemLog:
|
|
destination: file
|
|
path: "/var/log/mongodb/mongodb.log"
|
|
logAppend: true
|
|
timeStampFormat: iso8601-utc
|
|
|
|
net:
|
|
bindIp: "0.0.0.0"
|
|
port: 27017
|