-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig-prod-test-eucaim.json
55 lines (53 loc) · 1.83 KB
/
config-prod-test-eucaim.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"appVersion": "<replace_me>",
"release": "prod-test-eucaim",
"datasetService": "https://chaimeleon-test.grycap.i3m.upv.es/dataset-service/api",
"tracerService": "https://chaimeleon-test.grycap.i3m.upv.es/tracer-service/tracer/api/v1",
"appsDashboard": "https://eucaim-node.i3m.upv.es/apps",
"basename": "/dataset-service",
"defaultLimitDatasets": 30,
"defaultLimitStudies": 30,
"defaultLimitTraces": 15,
"defaultLimitAccess": 30,
"userAccountUrl": "https://eucaim-node.i3m.upv.es/auth/realms/CHAIMELEON/account",
"refreshDatasetCreate": 5000,
"keycloak": {
"config": {
"url": "https://eucaim-node.i3m.upv.es/auth/",
"realm": "EUCAIM-NODE",
"clientId": "dataset-explorer-test"
},
"initOptions": {
"responseMode": "fragment",
"checkLoginIframe": true,
"onLoad": "check-sso"
}
},
"project": {
"name": "EUCAIM",
"doi": null,
"termsConditions": "https://dashboard.eucaim.cancerimage.eu/eucaim_usage_policy.pdf",
"privacyPolicy": "https://dashboard.eucaim.cancerimage.eu/privacy-policy",
"favicon": "/eucaim-logo.jpg"
},
"externalServices": [
{
"name": "App Dashboard",
"title": "Launch the applications' dashboard (Kubeapps)",
"link": "https://eucaim-node.i3m.upv.es/apps/",
"icon": "/icons/kubeapps.png"
},
{
"name": "Desktop Apps Access",
"title": "Access your desktop cluster applications (Apache Guacamole)",
"link": "https://eucaim-node.i3m.upv.es/guacamole/",
"icon": "/icons/guacamole.png"
},
{
"name": "Case Explorer",
"title": "Launch the case explorer (QP-Insights)",
"link": "https://qpinsights.eucaim-node.i3m.upv.es",
"icon": "/icons/quibim.png"
}
]
}