Skip to content

Commit

Permalink
Explicit email backend so ENV==test uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
abztrakt committed Feb 9, 2024
1 parent 46cfd7f commit 4f76c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
RESTCLIENTS_MDOT_HOST = os.getenv("RESTCLIENTS_MDOT_HOST", None)
RESTCLIENTS_CA_BUNDLE = '/etc/ssl/certs/ca-certificates.crt'

EMAIL_BACKEND = 'project.mail.backends.EmailBackend'
EMAIL_HOST = os.getenv("EMAIL_HOST")

MDOT_HELP_EMAIL = os.getenv(
Expand Down

0 comments on commit 4f76c44

Please sign in to comment.