HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.83k stars 196 forks source link

Added Consul repository #66

Closed rafaelsierra closed 2 years ago

rafaelsierra commented 6 years ago

When using decouple.RepositoryConsul configuration will be loaded from a Consul server.

Initialization requires an consul.Consul object to give users flexibility to setup ACL, SSL or any other connection peculiarity from his environment.

python-consul is not an requirement.

This MR is replacing #65 as I need to use my master branch for more stuff