mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
config buckets
This commit is contained in:
@@ -411,8 +411,8 @@ class Development(Config):
|
|||||||
|
|
||||||
REDIS_ENABLED = os.getenv('REDIS_ENABLED') == '1'
|
REDIS_ENABLED = os.getenv('REDIS_ENABLED') == '1'
|
||||||
|
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'local-notifications-csv-upload'
|
||||||
CONTACT_LIST_BUCKET_NAME = 'development-contact-list'
|
CONTACT_LIST_BUCKET_NAME = 'local-contact-list'
|
||||||
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user