fix: isolate Django tests from SMTP

This commit is contained in:
2026-04-29 10:47:18 +02:00
parent 2a2ca39ba9
commit 4422d13f15
2 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ DJANGO_DEBUG=false
CORS_ALLOWED_ORIGINS=http://localhost:4200,http://localhost:8080
SITE_BASE_URL=http://localhost:8080
TIME_ZONE=Europe/Rome
EMAIL_BACKEND=django.core.mail.backends.console.EmailBackend
DEFAULT_FROM_EMAIL=no-reply@azionelab.local
POSTGRES_DB=azionelab
POSTGRES_USER=azionelab