Skip to content

Commit

Permalink
Merge pull request #165 from mcmorisi/DOCSP-42379-placeholders
Browse files Browse the repository at this point in the history
DOCSP-42379: Update username/password placeholders
  • Loading branch information
mcmorisi committed Aug 13, 2024
1 parent 2f5e707 commit 8f1025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/introduction/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following is an example of a connection URI that authenticates with MongoDB

.. code-block:: text

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

.. important:: Load Secrets

Expand Down

0 comments on commit 8f1025e

Please sign in to comment.