🩹(backend) fix email domain environment variable

Value wasn't properly set to a domain, but to an URL. Fix it.
This commit is contained in:
lebaudantoine
2025-04-15 15:54:49 +02:00
committed by aleb_the_flash
parent 1ef2bd99d8
commit d5c9ee79f4
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ DJANGO_EMAIL_PORT=1025
DJANGO_EMAIL_BRAND_NAME=La Suite Numérique
DJANGO_EMAIL_SUPPORT_EMAIL=test@yopmail.com
DJANGO_EMAIL_LOGO_IMG=http://localhost:3000/assets/logo-suite-numerique.png
DJANGO_EMAIL_DOMAIN=http://localhost:3000/
DJANGO_EMAIL_DOMAIN=localhost:3000
# Backend url
MEET_BASE_URL="http://localhost:8072"