Update README_CUSTOM_CONFIG.md

Add document for new proxy auth variable
This commit is contained in:
yintro4ha 2020-08-24 15:10:03 +08:00 committed by GitHub
parent e051faf84a
commit 1ac4a6484e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------- --------