notify-245 update the allowlist for user domains (#510)

Co-authored-by: Kenneth Kehl <@kkehl@flexion.us>
This commit is contained in:
Kenneth Kehl
2023-05-19 13:54:27 -07:00
committed by GitHub
parent 7b9e030b25
commit 4882595a48
4 changed files with 6 additions and 16 deletions

View File

@@ -40,6 +40,8 @@ class Config(object):
TEMPLATE_PREVIEW_API_HOST = getenv('TEMPLATE_PREVIEW_API_HOST', 'http://localhost:9999')
TEMPLATE_PREVIEW_API_KEY = getenv('TEMPLATE_PREVIEW_API_KEY', 'my-secret-key')
GOVERNMENT_EMAIL_DOMAIN_NAMES = ['gov']
# Logging
NOTIFY_LOG_LEVEL = getenv('NOTIFY_LOG_LEVEL', 'INFO')