From 031f8fa1c48505a47796225cfebbb235e20333cc Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sun, 10 Jan 2021 18:26:26 +0100 Subject: [PATCH] updated config --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.json b/config.json index c4a0d27..e9d3a61 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,12 @@ "authToken": "test", "title": "sp-status", "description": "Services hosted by sp-codes", + "translations": { + "de": { + "title": "sp-status", + "description": "Services von sp-codes bereitgestellt" + } + }, "servicesPath": "$.alerts.*", "idPath": "$.labels.status_service", "statePath": "$.status",