a
This commit is contained in:
parent
bdb23fb3e2
commit
59d34fd7f8
1 changed files with 1 additions and 3 deletions
|
@ -2,6 +2,4 @@ from etcd3_wrapper import Etcd3Wrapper
|
|||
from decouple import config
|
||||
|
||||
# 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