b
This commit is contained in:
parent
726839f4c6
commit
59dd365dd5
8 changed files with 15 additions and 15 deletions
6
config.py
Normal file
6
config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from decouple import config
|
||||
from etcd3_wrapper import Etcd3Wrapper
|
||||
|
||||
etcd_client = Etcd3Wrapper(
|
||||
host=config("ETCD_URL"), user="root", password=config("ETCD_PASSWORD")
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue