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:
Leo Hemsted
2019-11-27 16:29:30 +00:00
parent b6320182be
commit 6b9afa358f
4 changed files with 11 additions and 10 deletions

View File

@@ -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'