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
+9
View File
@@ -13,6 +13,15 @@ You can enable proxy inside container and Android emulator by passing following
- NO_PROXY="localhost"
- 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
--------