a
This commit is contained in:
parent
0a1cdf5bf0
commit
cd925bfb1e
4 changed files with 116 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ from decouple import config
|
|||
BASE_PATH = config("BASE_DIR", "/var/www")
|
||||
WITHOUT_CEPH = config("WITHOUT_CEPH", False, cast=bool)
|
||||
ETCD_URL = config("ETCD_URL")
|
||||
|
||||
IMAGE_PREFIX = config("IMAGE_PREFIX")
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue