diff --git a/config.py b/config.py index 4ed65fc..2694fae 100644 --- a/config.py +++ b/config.py @@ -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"))