a
This commit is contained in:
parent
bc803d5c08
commit
fefee23a5a
3 changed files with 17 additions and 8 deletions
|
|
@ -1,4 +1,6 @@
|
|||
from etcd3_wrapper import Etcd3Wrapper
|
||||
from decouple import config
|
||||
|
||||
WITHOUT_CEPH = config("WITHOUT_CEPH", False)
|
||||
|
||||
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue