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
127127 option with the :guilabel:`Edit connection string` toggle.
128128
129129 * - 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
131131 with. For more information on connecting to your deployment with a
132- proxy, see :ref:`ssh-connection`.
132+ `` proxy`` , see :ref:`ssh-connection`.
133133
134134 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
136136 format:
137137
138138 .. code-block::
139139
140140 {
141141 proxy: string;
142142 noProxyHosts: string;
143- useEnvironmentVariableProxies: boolean;
144- sshOptions: {
145- identityKeyFile: string;
146- identityKeyPassphrase: string;
147- };
148- ca: ConnectionOptions['ca'];
149- env: Record<string, string | undefined>;
150143 }
151144
152145 If you set ``proxy`` to an empty string, no
You can’t perform that action at this time.
0 commit comments