Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/fundamentals/connection/connect-to-mongodb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,8 @@ For a MongoDB database connection, you can specify the following details:

'host' => ['node1.example.com:27017', 'node2.example.com:27017', 'node3.example.com:27017'],

.. note::

This option does not accept hosts that use the DNS seedlist
connection format.
| This option does not accept hosts that use the DNS seedlist
connection format.

* - ``database``
- Specifies the name of the MongoDB database to read and write to.
Expand Down