File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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-
7057After completing these steps, you have a connection string that
7158contains your database username, database password, and database name.
You can’t perform that action at this time.
0 commit comments