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