don't enforce global agent for reject unauthorized
This commit is contained in:
parent
4cd182844a
commit
18050936d8
|
@ -8,6 +8,7 @@ function runServer() {
|
|||
checkDevelopmentEnvironment()
|
||||
fixPath()
|
||||
// this will setup http and https proxies form env variables
|
||||
process.env.GLOBAL_AGENT_FORCE_GLOBAL_AGENT = "false"
|
||||
bootstrap()
|
||||
require("./app")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue