forked from chaimeleon-eu/dataset-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-dev.json
54 lines (53 loc) · 1.58 KB
/
config-dev.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": "dev10000000000",
"release": "dev",
"datasetService": "http://asaserver.i3m.upv.es:8000/api/v1",
"tracerService": "http://asaserver.i3m.upv.es:8000/api/v1/tracer-service",
"appsDashboard": "",
"basename": "",
"defaultLimitDatasets": 4,
"defaultLimitStudies": 4,
"defaultLimitTraces": 4,
"defaultLimitAccess": 4,
"userAccountUrl": "https://asaserver.i3m.upv.es:20001/auth/realms/CHAIMELEON/account",
"refreshDatasetCreate": 5000,
"keycloak": {
"config": {
"url": "https://asaserver.i3m.upv.es:20000/auth",
"realm": "CHAIMELEON",
"clientId": "dataset-explorer"
},
"initOptions": {
"responseMode": "fragment",
"checkLoginIframe": true,
"onLoad": "check-sso"
}
},
"project": {
"name": "CHAIMELEON",
"doi": "10.3030/952172",
"termsConditions": "/terms-and-conditions.pdf",
"privacyPolicy": "/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"
}
]
}