From 76c1a7b5de06d3f7268ede530d9843aaa92a9b32 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 14 Feb 2022 18:21:12 +0000 Subject: [PATCH] Provide sample config for the map_style_url (#21078) (#21080) Co-authored-by: Andy Balaam --- config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 40e55f711d..95de1f97c4 100644 --- a/config.sample.json +++ b/config.sample.json @@ -49,5 +49,6 @@ }, "jitsi": { "preferredDomain": "meet.element.io" - } + }, + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }