File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -127,26 +127,19 @@ Settings
127
127
option with the :guilabel:`Edit connection string` toggle.
128
128
129
129
* - proxy
130
- - Allows you to enforce or define a Proxy to connect to your deployment
130
+ - Allows you to enforce or define a ``proxy`` to connect to your deployment
131
131
with. For more information on connecting to your deployment with a
132
- proxy, see :ref:`ssh-connection`.
132
+ `` proxy`` , see :ref:`ssh-connection`.
133
133
134
134
You must pass either a URL or a ``DevtoolsProxyOptions`` object as JSON
135
- for the Proxy setting. A ``DevtoolsProxyOptions`` object takes the following
135
+ for the ``proxy`` setting. A ``DevtoolsProxyOptions`` object takes the following
136
136
format:
137
137
138
138
.. code-block::
139
139
140
140
{
141
141
proxy: string;
142
142
noProxyHosts: string;
143
- useEnvironmentVariableProxies: boolean;
144
- sshOptions: {
145
- identityKeyFile: string;
146
- identityKeyPassphrase: string;
147
- };
148
- ca: ConnectionOptions['ca'];
149
- env: Record<string, string | undefined>;
150
143
}
151
144
152
145
If you set ``proxy`` to an empty string, no
You can’t perform that action at this time.
0 commit comments