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 2f5e707 commit 8f1025eCopy full SHA for 8f1025e
source/introduction/connect.txt
@@ -72,7 +72,7 @@ The following is an example of a connection URI that authenticates with MongoDB
72
73
.. code-block:: text
74
75
- mongodb://<username>:<password>@<hostname>:<port>/?authSource=<authenticationDb>&authMechanism=SCRAM-SHA-256
+ mongodb://<db_username>:<db_password>@<hostname>:<port>/?authSource=<authenticationDb>&authMechanism=SCRAM-SHA-256
76
77
.. important:: Load Secrets
78
0 commit comments