Skip to content

Commit 8f1025e

Browse files
committed
Merge pull request #165 from mcmorisi/DOCSP-42379-placeholders
DOCSP-42379: Update username/password placeholders
1 parent 2f5e707 commit 8f1025e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/introduction/connect.txt

Lines changed: 1 addition & 1 deletion
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)