This commit is contained in:
ahmadbilalkhalid 2019-09-03 20:52:33 +05:00
parent 815da70b08
commit 5a84730311

View file

@ -1,5 +1,4 @@
from etcd3_wrapper import Etcd3Wrapper
from decouple import config
# TODO: Remove timeout, use certificate authentication
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))