Skip to content

Commit

Permalink
Merge pull request #1514 from telefonicaid/fgalan-patch-1
Browse files Browse the repository at this point in the history
FIX typo in doc admin.md
  • Loading branch information
AlvaroVega authored Oct 11, 2023
2 parents 90b11d3 + affb161 commit 0d1ae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ the `mongob` section (as described bellow). E.g.:

It configures the MongoDB driver for those repositories with 'mongodb' type. If the `host` parameter is a list of
comma-separated IPs, they will be considered to be part of a Replica Set. In that case, the optional property
`replicaSet` should contain the Replica Set name. If the database requires authentication, username (`username`),
`replicaSet` should contain the Replica Set name. If the database requires authentication, username (`user`),
password (`password`) and authSource (`authSource`) can be set. If the database requires TLS/SSL connection but any
validation of the certificate chain is not mandatory, all you need is to set the ssl (`ssl`) option as `true` to connect
the database. If you need to add more complex option(s) such as `retryWrites=true` or `w=majority` when connection
Expand Down

0 comments on commit 0d1ae90

Please sign in to comment.