mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 18:22:17 -05: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'
|
||||
CSV_UPLOAD_BUCKET_NAME = 'preview-notifications-csv-upload'
|
||||
API_HOST_NAME = 'http://admin-api.internal'
|
||||
FROM_NUMBER = 'NotifyPreview'
|
||||
FROM_NUMBER = 'preview'
|
||||
|
||||
|
||||
class Staging(Config):
|
||||
@@ -188,7 +188,7 @@ class Staging(Config):
|
||||
CSV_UPLOAD_BUCKET_NAME = 'staging-notify-csv-upload'
|
||||
STATSD_ENABLED = True
|
||||
API_HOST_NAME = 'http://admin-api.internal'
|
||||
FROM_NUMBER = 'NotifyStage'
|
||||
FROM_NUMBER = 'stage'
|
||||
|
||||
|
||||
class Live(Config):
|
||||
|
||||
Reference in New Issue
Block a user