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 - } -}