mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-01 09:51:42 -05:00
29 lines
719 B
JSON
29 lines
719 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",
|
|
"markdown-editor",
|
|
"media-viewer"
|
|
],
|
|
"external_apps": [
|
|
{
|
|
"id": "settings",
|
|
"path": "https://ocis-server:9200/settings.js"
|
|
},
|
|
{
|
|
"id": "accounts",
|
|
"path": "https://ocis-server:9200/accounts.js"
|
|
}
|
|
]
|
|
}
|