mongodb: Remove unused config

This commit is contained in:
Timo Makinen 2024-06-22 19:32:05 +00:00
parent 3127ddf841
commit c9e8ec6d7c

View file

@ -1,23 +0,0 @@
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