From 87a20a5e57ce4e88ec882e6b200eb9a7e6e5bd93 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 14 Feb 2022 17:41:08 +0000 Subject: [PATCH] Add map_style_url to config for app.element.io (#21076) --- element.io/app/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index fd37bbfd77..6b94699ef1 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -53,5 +53,6 @@ "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" - } + }, + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }