Skip to content
Closed
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
5 changes: 2 additions & 3 deletions src/pages/kb/data-sources/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ String** and a **DB Name**.

If needed, you can pass additional connection options in the query string. See
full details in [MongoDB's
documentation](https://docs.mongodb.com/manual/reference/connection-string
/#connection-options).
documentation](https://docs.atlas.mongodb.com/reference/faq/connection-changes/index.html).

You might notice that there is a separate field for the DB Name in the data
source configuration and we also include it in the connection string. This is
Expand Down Expand Up @@ -189,4 +188,4 @@ To enable the `allowDiskUse` option, just add the option to your query:
...
"allowDiskUse": true
}
```
```