@@ -24,34 +24,32 @@ To connect to an instance or deployment not hosted on Atlas, see
24
24
To retrieve your connection string for the deployment that
25
25
you created in the :ref:`previous step <node-quick-start-create-deployment>`,
26
26
log into your Atlas account and navigate to the
27
- :guilabel:`Database ` section and click the :guilabel:`Connect` button
27
+ :guilabel:`Clusters ` section and click the :guilabel:`Connect` button
28
28
for your new deployment.
29
29
30
- .. figure:: /includes/figures/atlas_connection_select_cluster .png
30
+ .. figure:: /includes/figures/atlas_connect .png
31
31
:alt: The connect button in the clusters section of the Atlas UI
32
32
33
- Proceed to the :guilabel:`Connect your application` section and select
34
- "Node.js" from the :guilabel:`Driver` selection menu and the version
33
+ Select the :guilabel:`Drivers` option from the :guilabel:`Connect to your application`
34
+ section. Then in the :guilabel:`Connecting with MongoDB Driver`
35
+ menu, select "Node.js" from the :guilabel:`Driver` selection menu and the version
35
36
that best matches the version you installed from the :guilabel:`Version`
36
37
selection menu.
37
38
38
39
Select the :guilabel:`Password (SCRAM)` authentication mechanism.
39
-
40
- Deselect the :guilabel:`Include full driver code example` to view
41
- the connection string.
42
40
43
41
.. step:: Copy your Connection String
44
42
45
43
Click the button on the right of the connection string to copy it to
46
44
your clipboard as shown in the following screenshot:
47
45
48
- .. figure:: /includes/figures/atlas_connection_copy_string_node .png
46
+ .. figure:: /includes/figures/atlas_connection_copy_string .png
49
47
:alt: The connection string copy button in the Atlas UI
50
48
51
49
.. step:: Update the Placeholders
52
50
53
51
Paste this connection string into a a file in your preferred text editor
54
- and replace the "<username >" and "<password >" placeholders with
52
+ and replace the "<db_username >" and "<db_password >" placeholders with
55
53
your database user's username and password.
56
54
57
55
Save this file to a safe location for use in the next step.
0 commit comments