From b5b3065038ff0a906bf90fe39535ecb9f0152bc8 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 26 Jan 2023 14:17:24 +0100 Subject: [PATCH] Remove external_apps from the web default config --- tests/config/drone/ocis-config.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/config/drone/ocis-config.json b/tests/config/drone/ocis-config.json index 4b3e7b7b2c..dbbf3951f4 100644 --- a/tests/config/drone/ocis-config.json +++ b/tests/config/drone/ocis-config.json @@ -27,11 +27,5 @@ "pdf-viewer", "search", "admin-settings" - ], - "external_apps": [ - { - "id": "settings", - "path": "https://ocis-server:9200/settings.js" - } ] }