WIP: local deployment

This commit is contained in:
Christa Hartsock
2022-06-17 16:46:20 -04:00
parent 5ff11b001d
commit e773f937ed
4 changed files with 69 additions and 4 deletions

View File

@@ -530,7 +530,7 @@ class Staging(Config):
class Live(Config):
NOTIFY_EMAIL_DOMAIN = 'notifications.service.gov.uk'
NOTIFY_EMAIL_DOMAIN = os.environ.get('NOTIFY_EMAIL_DOMAIN')
NOTIFY_ENVIRONMENT = 'live'
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
CONTACT_LIST_BUCKET_NAME = 'production-contact-list'