Included httpsProxy key/value in sample client config.json.

Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
Brett Randall 2018-07-06 00:14:10 -04:00
parent 27b909795e
commit 58beec2d76
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"
}
}