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