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" } }