mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-23 02:03:49 -04:00
Fix logo bucket name
The app was uploading into ...live but then looking for the logos in ...production. The existing logos are in ...production
This commit is contained in:
@@ -135,7 +135,7 @@ class Live(Config):
|
||||
HTTP_PROTOCOL = 'https'
|
||||
STATSD_ENABLED = True
|
||||
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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user