diff --git a/config.py b/config.py index eb67738..8cbd8b8 100644 --- a/config.py +++ b/config.py @@ -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"))