mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"server": "https://ocis-server:9200",
|
|
"theme": "owncloud",
|
|
"version": "0.1.0",
|
|
"openIdConnect": {
|
|
"metadata_url": "https://ocis-server:9200/.well-known/openid-configuration",
|
|
"authority": "https://ocis-server:9200",
|
|
"client_id": "phoenix",
|
|
"response_type": "code",
|
|
"scope": "openid profile email"
|
|
},
|
|
"apps": [
|
|
"files",
|
|
"draw-io",
|
|
"pdf-viewer",
|
|
"markdown-editor",
|
|
"media-viewer"
|
|
]
|
|
}
|