Change default Text message sender from U.S. Notify to Notify.gov #446
This commit is contained in:
Carlo Costino
2023-12-13 17:19:22 -05:00
committed by GitHub
2 changed files with 44 additions and 1 deletions

View File

@@ -364,7 +364,7 @@ class Production(Config):
f"notify-api-csv-upload-bucket-{Config.NOTIFY_ENVIRONMENT}"
)
FROM_NUMBER = "US Notify"
FROM_NUMBER = "Notify.gov"
CRONITOR_ENABLED = True