mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
update utils to bring in full welsh diacritics range
note: this includes updating the MMG api url to their v2a api. Their previous API doesn't include support for capital o with grave accent (Ò)
This commit is contained in:
@@ -337,7 +337,7 @@ class Config(object):
|
||||
DOCUMENT_DOWNLOAD_API_HOST = os.environ.get('DOCUMENT_DOWNLOAD_API_HOST', 'http://localhost:7000')
|
||||
DOCUMENT_DOWNLOAD_API_KEY = os.environ.get('DOCUMENT_DOWNLOAD_API_KEY', 'auth-token')
|
||||
|
||||
MMG_URL = os.environ.get("MMG_URL", "https://api.mmg.co.uk/json/api.php")
|
||||
MMG_URL = os.environ.get("MMG_URL", "https://api.mmg.co.uk/jsonv2a/api.php")
|
||||
FIRETEXT_URL = os.environ.get("FIRETEXT_URL", "https://www.firetext.co.uk/api/sendsms/json")
|
||||
|
||||
AWS_REGION = 'eu-west-1'
|
||||
|
||||
Reference in New Issue
Block a user