Skip to content

Commit

Permalink
added [email protected] to list of admins to receive error emails
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmasrna1 committed Nov 16, 2024
1 parent 01c671d commit 2e82fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mas_problem/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ def read_secret(secret_name: str) -> str:
DEFAULT_FROM_EMAIL = '[email protected]'
SERVER_EMAIL = DEFAULT_FROM_EMAIL

ADMINS = [('Kovacs', '[email protected]'), ('Masrna', '[email protected]')]
ADMINS = [('Kovacs', '[email protected]'), ('Masrna',
'[email protected]'), ('Smilnak', '[email protected]')]

0 comments on commit 2e82fd9

Please sign in to comment.