a
This commit is contained in:
parent
815da70b08
commit
5a84730311
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
from etcd3_wrapper import Etcd3Wrapper
|
from etcd3_wrapper import Etcd3Wrapper
|
||||||
from decouple import config
|
from decouple import config
|
||||||
|
|
||||||
# TODO: Remove timeout, use certificate authentication
|
|
||||||
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))
|
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue