blob: 71d26db30351e3d5a3e65e529f99671edeab4d7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"server" : "https://localhost:9200",
"openIdConnect": {
"metadata_url": "https://localhost:9200/.well-known/openid-configuration",
"authority": "https://localhost:9200",
"clientId": "web",
"response_type": "code",
"scope": "openid profile email"
},
"apps" : [
"files",
"pdf-viewer",
"preview",
"search",
"text-editor",
"external",
"admin-settings",
"epub-reader"
],
"options" : {
"contextHelpersReadMore": true
}
}
|