mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 14:30:28 -05:00
20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"server": "http://reva-server:9140",
|
|
"theme": "owncloud",
|
|
"version": "0.1.0",
|
|
"openIdConnect": {
|
|
"metadata_url": "https://konnectd:9130/.well-known/openid-configuration",
|
|
"authority": "https://konnectd:9130",
|
|
"client_id": "phoenix",
|
|
"response_type": "code",
|
|
"scope": "openid profile email"
|
|
},
|
|
"apps": [
|
|
"files",
|
|
"draw-io",
|
|
"pdf-viewer",
|
|
"markdown-editor",
|
|
"media-viewer"
|
|
]
|
|
}
|