Skip to content

Commit

Permalink
docs: fix httpclient proxy (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored Apr 19, 2019
1 parent e7fbd68 commit bffb644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/core/httpclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ module.exports = () => {
request: {
enableProxy: true,
rejectUnauthorized: false,
// proxy: process.env.http_proxy,
proxy: process.env.http_proxy,
},
};
}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/httpclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ module.exports = () => {
request: {
enableProxy: true,
rejectUnauthorized: false,
// proxy: process.env.http_proxy,
proxy: process.env.http_proxy,
},
};
}
Expand Down

0 comments on commit bffb644

Please sign in to comment.