Files
opencloud/ocis/config/web-config.json
2021-05-04 17:39:59 +02:00

33 lines
628 B
JSON

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