You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:alt: An example of a connection string that demonstrates the protocol, credentials, hostname or IP, port, and connection options
55
56
56
-
This figure uses the :manual:`Standard Connection String Format </reference/connection-string/#std-label-connections-standard-connection-string-format>`,
57
-
``mongodb`` for the protocol. You can also use the :manual:`DNS Seed List Connection Format </reference/connection-string/#dns-seed-list-connection-format>`,
58
-
``mongodb+srv``, if you want more flexibility of deployment and the ability
59
-
to change the servers in rotation without reconfiguring clients.
57
+
In this example, you connect to an Atlas MongoDB deployment that has a
58
+
DNS SRV record. For more details, see the :manual:`DNS Seed List
0 commit comments