23 lines
415 B
Django/Jinja
23 lines
415 B
Django/Jinja
|
|
systemLog:
|
|
destination: file
|
|
logAppend: true
|
|
path: /var/log/mongodb/mongod.log
|
|
|
|
storage:
|
|
dbPath: /srv/mongodb
|
|
journal:
|
|
enabled: true
|
|
|
|
processManagement:
|
|
fork: true
|
|
pidFilePath: /var/run/mongodb/mongod.pid
|
|
timeZoneInfo: /usr/share/zoneinfo
|
|
|
|
net:
|
|
port: 27017
|
|
bindIpAll: true
|
|
tls:
|
|
mode: requireTLS
|
|
certificateKeyFile: {{ tls_private }}/mongodb.pem
|
|
CAFile: {{ tls_certs }}/ca.crt
|