Skip to content

Commit 377ec6d

Browse files
committed
update code ex
1 parent 5c54986 commit 377ec6d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

source/settings/config-file.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,15 @@ Settings
138138
.. code-block::
139139

140140
{
141-
proxy?: string;
142-
noProxyHosts?: string;
143-
useEnvironmentVariableProxies?: boolean;
144-
sshOptions?: {
145-
identityKeyFile?: string;
146-
identityKeyPassphrase?: string;
141+
proxy: string;
142+
noProxyHosts: string;
143+
useEnvironmentVariableProxies: boolean;
144+
sshOptions: {
145+
identityKeyFile: string;
146+
identityKeyPassphrase: string;
147147
};
148+
ca: ConnectionOptions['ca'];
149+
env: Record<string, string | undefined>;
148150
}
149151

150152
If you set ``proxy`` to an empty string, no

0 commit comments

Comments
 (0)