We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90add65 commit 9e8840eCopy full SHA for 9e8840e
source/introduction/connect.txt
@@ -31,6 +31,12 @@ The following is an example of a connection URI for a MongoDB replica set:
31
To learn more about the connection URI format, see
32
:manual:`Connection String URI Format </reference/connection-string/>` in the MongoDB Manual.
33
34
+Prerequisites
35
+-------------
36
+
37
+To connect the {+conenctor+} to MongoDB, you need to set ``readWrite`` or
38
+``readAnyDatabase`` and ``clusterMonitor`` roles for the database user.
39
40
How to Connect
41
--------------
42
0 commit comments