From 2802afd24f3741451e1f40de6ebec8af126af9f8 Mon Sep 17 00:00:00 2001 From: oliviareichl Date: Mon, 30 Oct 2023 15:56:34 +0100 Subject: [PATCH] chore: remove parameters from discoveryConfig.json --- config/discoveryConfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/discoveryConfig.json b/config/discoveryConfig.json index 3eb3114d..a0b158e4 100644 --- a/config/discoveryConfig.json +++ b/config/discoveryConfig.json @@ -3,7 +3,5 @@ "primaryColor": "#b8cf5b", "geoJson": "#d900d5" }, - "defaultLocale": "en", - "APIbase": "https://demo-dev.openatlas.eu", - "imageDomains": ["openatlas.eu"] + "defaultLocale": "en" }