File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,22 @@ Settings
126
126
option but doesn't prevent users from manually enabling the
127
127
option with the :guilabel:`Edit connection string` toggle.
128
128
129
+ * - proxy
130
+ - Enables you to specify or enforce the use of a proxy to connect
131
+ to your deployment. For more information on connecting to your
132
+ deployment with a proxy, see :ref:`ssh-connection`.
133
+
134
+ You must pass either a URL or the following format:
135
+
136
+ .. code-block::
137
+
138
+ {
139
+ "proxy": "string",
140
+ "noProxyHosts": "string"
141
+ }
142
+
143
+ If you set ``proxy`` to an empty string, Compass does not use a proxy.
144
+
129
145
* - :ref:`readOnly <compass-read-only>`
130
146
- Prevent users from performing write operations to your MongoDB deployment
131
147
through |compass-short|.
You can’t perform that action at this time.
0 commit comments