Skip to content

Commit

Permalink
feat(env): allow lowercase env vars for http requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 26, 2018
1 parent 54d8ccc commit 3f4cde2
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,6 +7,9 @@ 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;
env HTTP_PROXY;
env HTTPS_PROXY;
env NO_PROXY;

0 comments on commit 3f4cde2

Please sign in to comment.