File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Specify Connection Options
77.. contents:: On this page
88 :local:
99 :backlinks: none
10- :depth: 1
10+ :depth: 2
1111 :class: singlecol
1212
1313.. facet::
@@ -21,8 +21,9 @@ Overview
2121--------
2222
2323This section describes the MongoDB connection and authentication options
24- available in {+driver-short+}. You can configure your connection using either
25- the connection URI or arguments to the ``Mongo::Client`` constructor.
24+ available in {+driver-short+}. You can configure your connection by using either
25+ the connection URI (also called a :manual:`connection string </connection-string/>`)
26+ or by passing arguments to the ``Mongo::Client`` constructor.
2627
2728Using the Connection URI
2829~~~~~~~~~~~~~~~~~~~~~~~~
@@ -209,7 +210,8 @@ Authentication
209210
210211 * - **:user**
211212 - | The username for authentication. When this option is included
212- in a connection URI, you must percent-encode it.
213+ in a connection URI, you must
214+ `percent-encode <https://datatracker.ietf.org/doc/html/rfc3986#section-2.1>`__ it.
213215 |
214216 | **Data Type**: ``String``
215217 | **Default**: none
You can’t perform that action at this time.
0 commit comments