Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Now using environment variables HTTP_PROXY, NO_PROXY, etc to conf…
Browse files Browse the repository at this point in the history
…igure Electron's proxy command-line switches to maybe target, see CCI-Tools/cate#627
  • Loading branch information
forman committed Jun 14, 2018
1 parent 523241a commit 80761d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const WEBAPI_KILL_SIGNAL = 'SIGTERM';

const NANOS_PER_SEC = 1.0e9;

const USE_PROXY_CONFIG_IF_SET = false;
const USE_PROXY_CONFIG_IF_SET = true;

// Global, so it will not be garbage collected.
let app;
Expand Down

0 comments on commit 80761d3

Please sign in to comment.