Skip to content

Commit 5a444d5

Browse files
Max Blackwraithgar
authored andcommitted
feat: export environment config variable names
1 parent f2c3af7 commit 5a444d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • workspaces/config/lib/definitions

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)