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.
54
54
Replace the ``<db_username>`` and ``<db_password>`` placeholders with
55
55
your database user's username and password.
56
56
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
-
70
57
After completing these steps, you have a connection string that
71
58
contains your database username, database password, and database name.
You can’t perform that action at this time.
0 commit comments