a
This commit is contained in:
parent
4b95acc96c
commit
d6740ef7b1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from etcd3_wrapper import Etcd3Wrapper
|
|||
from decouple import config
|
||||
|
||||
BASE_PATH = config("BASE_DIR", "/var/www")
|
||||
WITHOUT_CEPH = config("WITHOUT_CEPH", False)
|
||||
WITHOUT_CEPH = config("WITHOUT_CEPH", False, cast=bool)
|
||||
ETCD_URL = config("ETCD_URL")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue