Merge pull request #6230 from zjpersc/corp-proxy-doc

Add GLOBAL_AGENT_NO_PROXY setting to the Corp Proxy Tutorial
This commit is contained in:
Tim
2021-06-25 19:40:51 -06:00
committed by GitHub
@@ -26,6 +26,7 @@ import 'global-agent/bootstrap';
```sh
export GLOBAL_AGENT_HTTP_PROXY=$HTTP_PROXY
export GLOBAL_AGENT_NO_PROXY=$NO_PROXY
yarn start
```