From a689c01b0e4cef10df32e89d772b5806728dece9 Mon Sep 17 00:00:00 2001 From: su-ex <codeworks@supercable.onl> Date: Tue, 15 Feb 2022 00:50:29 +0100 Subject: [PATCH] Add map_style_url to sc config --- configs/sc/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/sc/config.json b/configs/sc/config.json index dfc32f4..2916dee 100644 --- a/configs/sc/config.json +++ b/configs/sc/config.json @@ -26,5 +26,6 @@ "url": "https://schildi.chat/desktop/privacy", "text": "Privacy Policy" } - ] + ], + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }