From 1d5eeadce8e2e18eb4a56ed48f3906f7cab13ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Wed, 7 Dec 2022 20:32:55 +0100 Subject: [PATCH] Change OBS portal banner for production --- openbikesensor-portal/config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openbikesensor-portal/config.py b/openbikesensor-portal/config.py index 521dd88..d2e72e4 100644 --- a/openbikesensor-portal/config.py +++ b/openbikesensor-portal/config.py @@ -45,7 +45,10 @@ FRONTEND_CONFIG = { "imprintUrl": "https://pub.solar/about", "privacyPolicyUrl": "https://pub.solar/privacy", "mapHome": {"zoom": 12, "latitude": 50.93, "longitude": 6.97}, - "banner": {"text": "This is a test installation.", "style": "warning"}, + "banner": { + "text": "This is an installation serving North Rhine-Westfalia in Germany run by pub.solar n.e.V.", + "style": "info" + }, } # If the API should serve generated tiles, this is the path where the tiles are