mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
57a9af5660
GitOrigin-RevId: 0e5eaf9533ac9bf0d4d06f5e37eccf660cf3a5f1
26 lines
597 B
Plaintext
26 lines
597 B
Plaintext
# This is the template mongod.conf copied from jepsen repo. The only difference should be the
|
|
# enableTestCommands: true parameter under setParameter is removed since it will conflict with
|
|
# the setParameter section generated by config fuzzer.
|
|
systemLog:
|
|
component:
|
|
replication:
|
|
rollback:
|
|
verbosity: 2
|
|
storage:
|
|
recovery:
|
|
verbosity: 2
|
|
destination: file
|
|
logAppend: true
|
|
path: {{ path-prefix }}/mongod.log
|
|
verbosity: 1
|
|
|
|
net:
|
|
bindIp: 0.0.0.0
|
|
|
|
storage:
|
|
dbPath: {{ path-prefix }}/data
|
|
engine: {{ storage-engine }}
|
|
|
|
replication:
|
|
replSetName: jepsen
|