This commit is contained in:
ahmadbilalkhalid 2019-09-07 15:54:17 +05:00
commit d6740ef7b1

View file

@ -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")