mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-445
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user