Skip to content

Commit bc9a4c2

Browse files
author
Max Black
committed
feat: export environment config variable names
1 parent 06510a8 commit bc9a4c2

File tree

1 file changed

+8
-0
lines changed
  • workspaces/config/lib/definitions

1 file changed

+8
-0
lines changed

workspaces/config/lib/definitions/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,18 @@ const nerfDarts = [
7171
'username', // Does not have a config
7272
]
7373

74+
const proxyEnv = [
75+
'http_proxy',
76+
'https_proxy',
77+
'proxy',
78+
'no_proxy',
79+
]
80+
7481
module.exports = {
7582
defaults: definitionProps.defaults,
7683
definitions,
7784
flatten,
7885
nerfDarts,
86+
proxyEnv,
7987
shorthands,
8088
}

0 commit comments

Comments
 (0)