From 3022479052a573c2d93a2406270a7fa92d0ab8af Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Fri, 6 Aug 2021 15:22:22 +0200 Subject: [PATCH] remove unused web-config.json --- ocis/config/web-config.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 ocis/config/web-config.json diff --git a/ocis/config/web-config.json b/ocis/config/web-config.json deleted file mode 100644 index 90407d59fe..0000000000 --- a/ocis/config/web-config.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "server": "https://172.17.0.1:9200", - "theme": "owncloud", - "version": "0.1.0", - "openIdConnect": { - "metadata_url": "https://172.17.0.1:9200/.well-known/openid-configuration", - "authority": "https://172.17.0.1:9200", - "client_id": "web", - "response_type": "code", - "scope": "openid profile email" - }, - "apps": [ - "files" - ], - "external_apps": [ - { - "id": "settings", - "path": "/settings.js" - }, - { - "id": "accounts", - "path": "/accounts.js" - }, - { - "id": "wopiserver", - "path": "/wopiserver.js" - } - ], - "options": { - "hideSearchBar": true - } -}