Created
April 1, 2019 14:50
-
-
Save pranavcode/757820dd1016c9e038e466a27e6c1d2b to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Using python-consul to connect to Consul's KV store to fetch configuration parameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import consul | |
consul_client = consul.Consul( | |
host='consul_server', | |
port=8500, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment