a
This commit is contained in:
parent
789655a7b4
commit
33d6ec88cc
1 changed files with 1 additions and 4 deletions
5
main.py
5
main.py
|
@ -35,10 +35,7 @@ BASE_DIR = config("BASE_DIR")
|
|||
|
||||
FILE_PREFIX = config("FILE_PREFIX")
|
||||
|
||||
# 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"))
|
||||
|
||||
# Recursively Get All Files and Folder below BASE_DIR
|
||||
files = glob.glob(f"{BASE_DIR}/**", recursive=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue