mirror of https://github.com/mongodb/mongo
SERVER-70181 Fix Debian default mongod.conf
This commit is contained in:
parent
7d6c7926fe
commit
56441edbc2
|
|
@ -6,8 +6,6 @@
|
||||||
# Where and how to store data.
|
# Where and how to store data.
|
||||||
storage:
|
storage:
|
||||||
dbPath: /var/lib/mongodb
|
dbPath: /var/lib/mongodb
|
||||||
journal:
|
|
||||||
enabled: true
|
|
||||||
# engine:
|
# engine:
|
||||||
# wiredTiger:
|
# wiredTiger:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue