mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
Changed the FROM_NUMBER on preview and stage to be shorter
This commit is contained in:
@@ -179,7 +179,7 @@ class Preview(Config):
|
|||||||
NOTIFY_ENVIRONMENT = 'preview'
|
NOTIFY_ENVIRONMENT = 'preview'
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'preview-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'preview-notifications-csv-upload'
|
||||||
API_HOST_NAME = 'http://admin-api.internal'
|
API_HOST_NAME = 'http://admin-api.internal'
|
||||||
FROM_NUMBER = 'NotifyPreview'
|
FROM_NUMBER = 'preview'
|
||||||
|
|
||||||
|
|
||||||
class Staging(Config):
|
class Staging(Config):
|
||||||
@@ -188,7 +188,7 @@ class Staging(Config):
|
|||||||
CSV_UPLOAD_BUCKET_NAME = 'staging-notify-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'staging-notify-csv-upload'
|
||||||
STATSD_ENABLED = True
|
STATSD_ENABLED = True
|
||||||
API_HOST_NAME = 'http://admin-api.internal'
|
API_HOST_NAME = 'http://admin-api.internal'
|
||||||
FROM_NUMBER = 'NotifyStage'
|
FROM_NUMBER = 'stage'
|
||||||
|
|
||||||
|
|
||||||
class Live(Config):
|
class Live(Config):
|
||||||
|
|||||||
Reference in New Issue
Block a user