DiUS / pact_broker-docker

'Dockerised' pact broker
http://pact.io
MIT License
76 stars 102 forks source link

feat(env): allow env vars to configure http requests #62

Closed mefellows closed 6 years ago

mefellows commented 6 years ago

When https://github.com/pact-foundation/pact_broker/pull/193 is completely implemented, this will allow users to configure the environment with standard docker variables e.g.

docker run ... -e HTTP_PROXY=http://some-proxy dius/pact-broker
bethesque commented 6 years ago

Ta.