Replace old notifications-api service prefix with notify-api

This commit is contained in:
Ryan Ahearn
2022-11-07 12:10:49 -05:00
parent bac423cd28
commit ac7ad61e10
2 changed files with 5 additions and 5 deletions

View File

@@ -404,9 +404,9 @@ class Test(Development):
class Production(Config):
# buckets
CSV_UPLOAD_BUCKET = cloud_config.s3_credentials(
f"notifications-api-csv-upload-bucket-{Config.NOTIFY_ENVIRONMENT}")
f"notify-api-csv-upload-bucket-{Config.NOTIFY_ENVIRONMENT}")
CONTACT_LIST_BUCKET = cloud_config.s3_credentials(
f"notifications-api-contact-list-bucket-{Config.NOTIFY_ENVIRONMENT}")
f"notify-api-contact-list-bucket-{Config.NOTIFY_ENVIRONMENT}")
FROM_NUMBER = 'US Notify'
CRONITOR_ENABLED = True