fix(dev): log confirmation links locally

This commit is contained in:
bisco
2026-04-29 23:39:12 +02:00
parent e5fcbfeb26
commit 1a5e9103f6
5 changed files with 89 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ Local Docker convention:
- set `SITE_BASE_URL=http://localhost`;
- keep `DJANGO_CSRF_TRUSTED_ORIGINS` and browser-facing `CORS_ALLOWED_ORIGINS` aligned with that public URL;
- if you publish nginx on a different port, update `SITE_BASE_URL` and trusted origins to the same host and port.
- local/debug reservation email sends also log the confirmation URL so browser testing can continue even if SMTP is missing or fails.
Required database configuration: