mongosh: Use startup params and enable replset

This commit is contained in:
Timo Makinen 2024-03-16 16:13:56 +00:00
parent 7489a0c895
commit 1f10474860
2 changed files with 33 additions and 12 deletions

View file

@ -19,5 +19,5 @@ net:
bindIpAll: true
tls:
mode: requireTLS
certificateKeyFile: /etc/pki/tls/private/mongodb.pem
certificateKeyFile: {{ tls_private }}/mongodb.pem
CAFile: {{ tls_certs }}/ca.crt