Mention NO_PROXY environment variable on Advanced Usage page (#3066)

Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
This commit is contained in:
Richie B2B 2024-01-30 08:01:56 +01:00 committed by GitHub
parent 371b6e946c
commit 37a2901af3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -329,4 +329,5 @@ mounts = {
There are also environment variables that can be used to control the dictionary of the client mounts.
They can be used to configure HTTP proxying for clients.
See documentation on [`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`](../environment_variables.md#http_proxy-https_proxy-all_proxy) for more information.
See documentation on [`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`](../environment_variables.md#http_proxy-https_proxy-all_proxy)
and [`NO_PROXY`](../environment_variables.md#no_proxy) for more information.