Files
opencloud/tests/config/config.json
2020-05-14 12:56:09 +05:45

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