Skip to content

DOCSP-42964: Remove nested component #3198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 7, 2024
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