disable debug

This commit is contained in:
2025-06-07 11:10:21 +02:00
parent ad75523e7b
commit 7011b1a192

View File

@@ -3,7 +3,7 @@ SECRET_KEY = "e$3$hp7u@1ba25kxxa46a7q+bc*3dfulsxhyq+nmap1f@me78$"
DOMAIN = "rik.veenboer.xyz"
SERVICE_URL = f"https://seafile.{DOMAIN}"
CSRF_TRUSTED_ORIGINS = [SERVICE_URL]
DEBUG = True
# DEBUG = True
TIME_ZONE = "Europe/Amsterdam"
DATABASES = {
"default": {