Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-445

This commit is contained in:
Andrew Shumway
2023-06-01 10:48:17 -06:00
31 changed files with 989 additions and 523 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')