Change because preprod can't acces tld

This commit is contained in:
Starthur 2022-05-27 16:10:36 +02:00
parent d8791353fb
commit 2d466454f5
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
LOGIN_URL = '/accounts/signin/'
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'mail.42ctf.org'
EMAIL_HOST = 'mail.42ctf.local'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = os.getenv("EMAIL_USER")