Fix proxy setting documentation (#12151)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2024-05-22 16:35:44 -04:00 committed by GitHub
parent c2f650fe49
commit d6e59bfae1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -836,7 +836,7 @@
// environment variables.
//
// Examples:
// - "proxy" = "socks5://localhost:10808"
// - "proxy" = "http://127.0.0.1:10809"
// - "proxy": "socks5://localhost:10808"
// - "proxy": "http://127.0.0.1:10809"
"proxy": null
}