We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b69e3e commit f935192Copy full SHA for f935192
source/configure-connection.txt
@@ -75,11 +75,8 @@ This nested dictionary has the following keys:
75
| For SRV connections, you must include a scheme prefix (``mongodb+srv://``).
76
|
77
| To specify more than one host, include all hostnames in one string. Use
78
- | a comma to separate each hostname, as shown in the following example:
79
-
80
- .. code-block:: python
81
82
- "HOST": "mongodb://mongos0.example.com:27017,mongos1.example.com:27017"
+ a comma to separate each hostname.
+ | **Example:** ``"HOST": "mongodb://mongos0.example.com:27017,mongos1.example.com:27017"``
83
84
* - **NAME**
85
- The database you want to use.
0 commit comments