mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update and rename mongod.conf to mongod.conf.j2
This commit is contained in:
parent
77416f4d52
commit
1c3498603d
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,7 @@ logpath = /var/log/mongodb/mongod.log
|
|||
# unixSocketPrefix = /var/run/mongodb
|
||||
|
||||
# Directory for datafiles (defaults to /data/db/)
|
||||
dbpath = /library/dbdata/mongodb
|
||||
dbpath = {{ mongodb_db_path }}
|
||||
|
||||
# Enable/Disable journaling (journaling is on by default for 64 bit)
|
||||
journal = true
|
||||
|
@ -234,4 +234,3 @@ smallfiles = true
|
|||
|
||||
# Activate FIPS 140-2 mode at startup
|
||||
#sslFIPSMode = true
|
||||
|
Loading…
Add table
Reference in a new issue