Skip to content

Commit

Permalink
feat(env): allow env vars to configure http requests
Browse files Browse the repository at this point in the history
Implements nginx environment for pact-foundation/pact_broker#193
  • Loading branch information
mefellows committed Feb 25, 2018
1 parent d1d249a commit a3c6b99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container/etc/nginx/main.d/pactbroker-env.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ env PACT_BROKER_DATABASE_PORT;
env PACT_BROKER_BASIC_AUTH_USERNAME;
env PACT_BROKER_BASIC_AUTH_PASSWORD;
env PACT_BROKER_LOG_LEVEL;
env HTTP_PROXY;
env HTTPS_PROXY;
env NO_PROXY;

0 comments on commit a3c6b99

Please sign in to comment.