Merge pull request #6995 from javabrett/httpsProxy

Include httpsProxy key/value in sample client config.json
This commit is contained in:
Maria Bermudez 2019-01-31 16:49:34 -08:00 committed by GitHub
commit d2cb263bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ configure it in different ways:
"default":
{
"httpProxy": "http://127.0.0.1:3001",
"httpsProxy": "http://127.0.0.1:3001",
"noProxy": "*.test.example.com,.example2.com"
}
}