From 59d34fd7f880de1a36261998b6565821fe6e9882 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 31 Aug 2019 16:29:12 +0500 Subject: [PATCH] a --- config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"))