mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
Merge pull request #2232 from alphagov/rename-staging-csv-uploads-bucket
Rename staging CSV uploads bucket to match other environments
This commit is contained in:
@@ -416,7 +416,7 @@ class Preview(Config):
|
|||||||
class Staging(Config):
|
class Staging(Config):
|
||||||
NOTIFY_EMAIL_DOMAIN = 'staging-notify.works'
|
NOTIFY_EMAIL_DOMAIN = 'staging-notify.works'
|
||||||
NOTIFY_ENVIRONMENT = 'staging'
|
NOTIFY_ENVIRONMENT = 'staging'
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'staging-notify-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'staging-notifications-csv-upload'
|
||||||
TEST_LETTERS_BUCKET_NAME = 'staging-test-letters'
|
TEST_LETTERS_BUCKET_NAME = 'staging-test-letters'
|
||||||
DVLA_RESPONSE_BUCKET_NAME = 'staging-notify.works-ftp'
|
DVLA_RESPONSE_BUCKET_NAME = 'staging-notify.works-ftp'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'staging-letters-pdf'
|
LETTERS_PDF_BUCKET_NAME = 'staging-letters-pdf'
|
||||||
|
|||||||
Reference in New Issue
Block a user