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

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
}