a
This commit is contained in:
parent
07e8d25bec
commit
07420e79f7
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
from decouple import config
|
||||
from etcd3_wrapper import Etcd3Wrapper
|
||||
|
||||
# TODO: Remove timeout, use certificate authentication
|
||||
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"), user="root",
|
||||
password=config("ETCD_PASSWORD"),
|
||||
timeout=2629746)
|
||||
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))
|
||||
|
|
Loading…
Reference in a new issue