Forward http https proxy settings #294
gewenyu99
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Originally opened by Eli Scheleifer
http
andhttps
proxy environment values should by default be forwarded (and optional so they don't block when not behind a proxy)http_proxy
value:
${env.http_proxy}
https_proxy
value:
${env.https_proxy}
Beta Was this translation helpful? Give feedback.
All reactions