mongodb: Remove unused config
This commit is contained in:
parent
3127ddf841
commit
c9e8ec6d7c
1 changed files with 0 additions and 23 deletions
|
@ -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
|
|
Loading…
Add table
Reference in a new issue