mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Merge pull request #1413 from alphagov/logo-bucket-name
Fix logo bucket name
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class Live(Config):
|
|||||||
HTTP_PROTOCOL = 'https'
|
HTTP_PROTOCOL = 'https'
|
||||||
STATSD_ENABLED = True
|
STATSD_ENABLED = True
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
|
||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-live'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-production'
|
||||||
NOTIFY_ENVIRONMENT = 'live'
|
NOTIFY_ENVIRONMENT = 'live'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user