We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21986b commit 7bb55bdCopy full SHA for 7bb55bd
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