From b53c009fd933d8cc4f7a588a8cc84fd1e947084c Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 14 Feb 2022 18:09:13 +0000 Subject: [PATCH] Add map_style_url to config for app.element.io (#21076) (#21079) Co-authored-by: Andy Balaam --- 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" }