From 58beec2d765ef61c686154181d2435504a36026a Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Fri, 6 Jul 2018 00:14:10 -0400 Subject: [PATCH] Included httpsProxy key/value in sample client config.json. Signed-off-by: Brett Randall --- network/proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/network/proxy.md b/network/proxy.md index 1b4468bcb0..c07cf093ca 100644 --- a/network/proxy.md +++ b/network/proxy.md @@ -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" } }