From f9e8fc6666084e3dfcada103875fa92e50ac6eee Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 14 Feb 2022 18:14:04 +0000 Subject: [PATCH] Provide sample config for the map_style_url (#21078) --- 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" }