Skip to content

Commit

Permalink
Readded MASTER_DB_ALERTS_EMAIL config var
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Feb 8, 2022
1 parent aaa4563 commit f7bc007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/production_services/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
if not DEBUG else 'django.core.mail.backends.console.EmailBackend'
DEFAULT_FROM_EMAIL = env.str('DEFAULT_FROM_EMAIL', default="[email protected]")
EMAIL_CONFIG = env.email_url('EMAIl_URL', default='smtp://user:password@localhost:25')
MASTER_DB_ALERTS_EMAIL="[email protected]"
vars().update(EMAIL_CONFIG)
LOGOUT_REDIRECT_URL = "/"
with open(os.path.join(os.path.dirname(BASE_DIR), 'VERSION')) as f:
Expand Down

0 comments on commit f7bc007

Please sign in to comment.