mongosh: Use startup params and enable replset
This commit is contained in:
parent
7489a0c895
commit
1f10474860
2 changed files with 33 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue