updated .env insertation
Some checks failed
Gitea build & run. / docker (pull_request) Failing after 10s
Some checks failed
Gitea build & run. / docker (pull_request) Failing after 10s
This commit is contained in:
@@ -24,9 +24,9 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
SECRET_KEY = "django-insecure-c$q7wdq+u@ow74wp!&zzkxdylkueu)(+34e%!e0du&bjwoqz9z"
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = os.getenv("DEBUG")
|
||||
|
||||
ALLOWED_HOSTS = ["test-vps.woutervermeer.com"]
|
||||
ALLOWED_HOSTS = os.getenv("ALLOWED_HOSTS")
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
Reference in New Issue
Block a user