mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
remove dupes from cfg
This commit is contained in:
@@ -332,7 +332,6 @@ class Development(Config):
|
|||||||
SQLALCHEMY_ECHO = False
|
SQLALCHEMY_ECHO = False
|
||||||
|
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'development-letters-pdf'
|
|
||||||
TEST_LETTERS_BUCKET_NAME = 'development-test-letters'
|
TEST_LETTERS_BUCKET_NAME = 'development-test-letters'
|
||||||
DVLA_RESPONSE_BUCKET_NAME = 'notify.tools-ftp'
|
DVLA_RESPONSE_BUCKET_NAME = 'notify.tools-ftp'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'development-letters-pdf'
|
LETTERS_PDF_BUCKET_NAME = 'development-letters-pdf'
|
||||||
@@ -375,7 +374,6 @@ class Test(Development):
|
|||||||
TESTING = True
|
TESTING = True
|
||||||
|
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'test-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'test-notifications-csv-upload'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'test-letters-pdf'
|
|
||||||
TEST_LETTERS_BUCKET_NAME = 'test-test-letters'
|
TEST_LETTERS_BUCKET_NAME = 'test-test-letters'
|
||||||
DVLA_RESPONSE_BUCKET_NAME = 'test.notify.com-ftp'
|
DVLA_RESPONSE_BUCKET_NAME = 'test.notify.com-ftp'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'test-letters-pdf'
|
LETTERS_PDF_BUCKET_NAME = 'test-letters-pdf'
|
||||||
@@ -404,7 +402,6 @@ class Preview(Config):
|
|||||||
NOTIFY_EMAIL_DOMAIN = 'notify.works'
|
NOTIFY_EMAIL_DOMAIN = 'notify.works'
|
||||||
NOTIFY_ENVIRONMENT = 'preview'
|
NOTIFY_ENVIRONMENT = 'preview'
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'preview-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'preview-notifications-csv-upload'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'preview-letters-pdf'
|
|
||||||
TEST_LETTERS_BUCKET_NAME = 'preview-test-letters'
|
TEST_LETTERS_BUCKET_NAME = 'preview-test-letters'
|
||||||
DVLA_RESPONSE_BUCKET_NAME = 'notify.works-ftp'
|
DVLA_RESPONSE_BUCKET_NAME = 'notify.works-ftp'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'preview-letters-pdf'
|
LETTERS_PDF_BUCKET_NAME = 'preview-letters-pdf'
|
||||||
@@ -419,7 +416,6 @@ 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-notify-csv-upload'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'staging-letters-pdf'
|
|
||||||
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'
|
||||||
@@ -436,7 +432,6 @@ class Live(Config):
|
|||||||
NOTIFY_EMAIL_DOMAIN = 'notifications.service.gov.uk'
|
NOTIFY_EMAIL_DOMAIN = 'notifications.service.gov.uk'
|
||||||
NOTIFY_ENVIRONMENT = 'live'
|
NOTIFY_ENVIRONMENT = 'live'
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'production-letters-pdf'
|
|
||||||
TEST_LETTERS_BUCKET_NAME = 'production-test-letters'
|
TEST_LETTERS_BUCKET_NAME = 'production-test-letters'
|
||||||
DVLA_RESPONSE_BUCKET_NAME = 'notifications.service.gov.uk-ftp'
|
DVLA_RESPONSE_BUCKET_NAME = 'notifications.service.gov.uk-ftp'
|
||||||
LETTERS_PDF_BUCKET_NAME = 'production-letters-pdf'
|
LETTERS_PDF_BUCKET_NAME = 'production-letters-pdf'
|
||||||
|
|||||||
Reference in New Issue
Block a user