Skip to content

Commit 9b3a8b3

Browse files
committed
widths test
1 parent 4c36980 commit 9b3a8b3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

source/connection/specify-connection-options/cluster-settings.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ String` or :guilabel:`MongoClientSettings` tab to see the options available:
3535

3636
.. list-table::
3737
:header-rows: 1
38-
:widths: 20 10 20
3938

4039
* - Option Name
4140
- Type

source/security/socks.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,23 @@ The following table describes the SOCKS5 client options:
5555
- String
5656
- Specifies the SOCKS5 proxy IPv4 address, IPv6 address, or hostname.
5757
You must provide this value to connect to a SOCKS5 proxy.
58+
|
59+
| **Default**: ``null``
5860

5961
* - **proxyPort**
6062
- non-negative Integer
61-
- Specifies the TCP port number of the SOCKS5 proxy server. This option
62-
defaults to ``1080`` when you set ``proxyHost``.
63+
- | Specifies the TCP port number of the SOCKS5 proxy server.
64+
|
65+
| **Default**: ``1080`` when you set ``proxyHost``
6366

6467
* - **proxyUsername**
6568
- String
6669
- Specifies the username for authentication to the SOCKS5 proxy server.
6770
The driver ignores ``null`` and empty string values for this setting.
6871
The driver requires that you pass values for both ``proxyUsername``
6972
and ``proxyPassword`` or that you omit both values.
73+
|
74+
| **Default**: ``null``
7075

7176
* - **proxyPassword**
7277
- String
@@ -75,6 +80,8 @@ The following table describes the SOCKS5 client options:
7580
The driver requires that you pass values for both ``proxyUsername``
7681
and ``proxyPassword`` or that you omit both values.
7782

83+
| **Default**: ``null``
84+
7885

7986
Examples
8087
--------

0 commit comments

Comments
 (0)