Skip to content

Commit 7bb55bd

Browse files
committed
DOCSP-42379: Update username/password placeholders
1 parent e21986b commit 7bb55bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/introduction/connect.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following is an example of a connection URI that authenticates with MongoDB
7272

7373
.. code-block:: text
7474

75-
mongodb://<username>:<password>@<hostname>:<port>/?authSource=<authenticationDb>&authMechanism=SCRAM-SHA-256
75+
mongodb://<db_username>:<db_password>@<hostname>:<port>/?authSource=<authenticationDb>&authMechanism=SCRAM-SHA-256
7676

7777
.. important:: Load Secrets
7878

0 commit comments

Comments
 (0)