Update README_CUSTOM_CONFIG.md
Add document for new proxy auth variable
This commit is contained in:
parent
e051faf84a
commit
1ac4a6484e
|
@ -13,6 +13,15 @@ You can enable proxy inside container and Android emulator by passing following
|
||||||
- NO_PROXY="localhost"
|
- NO_PROXY="localhost"
|
||||||
- ENABLE_PROXY_ON_EMULATOR=true
|
- ENABLE_PROXY_ON_EMULATOR=true
|
||||||
|
|
||||||
|
Proxy with authentication
|
||||||
|
----
|
||||||
|
|
||||||
|
You can set proxy with authentication by passing following environment variable:
|
||||||
|
|
||||||
|
- HTTP_PROXY_USER="\<username>"
|
||||||
|
- HTTPS_PROXY_PASSWORD="\<password>"
|
||||||
|
|
||||||
|
|
||||||
Language
|
Language
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue