Skip to content

Commit 322674e

Browse files
committed
NR suggestion
1 parent b6966ee commit 322674e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

source/get-started/connection-string.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,5 @@ when applicable, and connection options.
5454
Replace the ``<db_username>`` and ``<db_password>`` placeholders with
5555
your database user's username and password.
5656

57-
.. step:: Add a database to your connection string
58-
59-
Specify a database connection in your connection string by adding
60-
your database name after the hostname, as shown in the following example:
61-
62-
.. code-block:: none
63-
:copyable: false
64-
65-
mongodb+srv://<db_username>:<db_password>@samplecluster.ojeyz.mongodb.net/<database name>?retryWrites=true&w=majority&appName=SampleCluster
66-
67-
Replace the ``<database name>`` placeholder with ``sample_mflix`` to
68-
configure a connection to the ``sample_mflix`` Atlas sample database.
69-
7057
After completing these steps, you have a connection string that
7158
contains your database username, database password, and database name.

0 commit comments

Comments
 (0)