Skip to content

Commit

Permalink
Update proxy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig authored Aug 24, 2020
1 parent cd968bf commit 501e052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/util/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const loadSystemProxySettings = () => {
debug('found proxy environment variables %o', _.pick(process.env, [
'NO_PROXY', 'HTTP_PROXY', 'HTTPS_PROXY',
'no_proxy', 'http_proxy', 'https_proxy',
'npm_config_proxy', 'npm_config_https_proxy', 'npm_config_no_proxy',
'npm_config_proxy', 'npm_config_https_proxy', 'npm_config_noproxy',
]))

;['NO_PROXY', 'HTTP_PROXY', 'HTTPS_PROXY'].forEach(copyLowercaseEnvToUppercase)
Expand Down

0 comments on commit 501e052

Please sign in to comment.