-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-prod.json
54 lines (53 loc) · 1.75 KB
/
config-prod.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
{
"appVersion": "<replace_me>",
"release": "prod",
"datasetService": "https://chaimeleon-eu.i3m.upv.es/dataset-service/api",
"tracerService": "https://chaimeleon-eu.i3m.upv.es/tracer-service/tracer/api/v1",
"appsDashboard": "https://chaimeleon-eu.i3m.upv.es/apps",
"basename": "/dataset-service",
"defaultLimitDatasets": 30,
"defaultLimitStudies": 30,
"defaultLimitTraces": 30,
"defaultLimitAccess": 30,
"userAccountUrl": "https://chaimeleon-eu.i3m.upv.es/auth/realms/CHAIMELEON/account",
"refreshDatasetCreate": 15000,
"keycloak": {
"config": {
"url": "https://chaimeleon-eu.i3m.upv.es/auth/",
"realm": "CHAIMELEON",
"clientId": "dataset-explorer"
},
"initOptions": {
"responseMode": "fragment",
"checkLoginIframe": true,
"onLoad": "check-sso"
}
},
"project": {
"name": "CHAIMELEON",
"doi": "10.3030/952172",
"termsConditions": "https://chaimeleon-eu.i3m.upv.es/dataset-service/web/terms-and-conditions.pdf",
"privacyPolicy": "https://chaimeleon-eu.i3m.upv.es/dataset-service/web/privacy-policy.pdf",
"favicon": "/chaimeleon-logo.svg"
},
"externalServices": [
{
"name": "App Dashboard",
"title": "Launch the applications' dashboard (Kubeapps)",
"link": "https://chaimeleon-eu.i3m.upv.es/apps/",
"icon": "/icons/kubeapps.png"
},
{
"name": "Desktop Apps Access",
"title": "Access your desktop cluster applications (Apache Guacamole)",
"link": "https://chaimeleon-eu.i3m.upv.es/guacamole/",
"icon": "/icons/guacamole.png"
},
{
"name": "Case Explorer",
"title": "Launch the case explorer (Quibim Precision)",
"link": "https://chaimeleon-eu.i3m.upv.es/omni/",
"icon": "/icons/quibim.png"
}
]
}