🩹(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:
committed by
aleb_the_flash
parent
1ef2bd99d8
commit
d5c9ee79f4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user