fix: tighten check-in token handling

This commit is contained in:
2026-05-04 09:43:03 +02:00
parent c7c0657f6d
commit 978fe1a7ff
2 changed files with 20 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ services:
DJANGO_DEBUG: ${DJANGO_DEBUG:-false}
CORS_ALLOWED_ORIGINS: ${CORS_ALLOWED_ORIGINS}
SITE_BASE_URL: ${SITE_BASE_URL}
EMAIL_BACKEND: ${EMAIL_BACKEND}
TIME_ZONE: ${TIME_ZONE:-Europe/Rome}
DATABASE_URL: ${DATABASE_URL}
POSTGRES_DB: ${POSTGRES_DB}