-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.json
71 lines (71 loc) · 2.21 KB
/
app.config.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"local": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": 0,
"nextcloudBaseURL": "http://localhost:8081",
"nextcloudName": "cloud",
"pdfAsQualifiedlySigningServer": "",
"hiddenActivities": [],
"shortName": "dbp",
"appDomain": "",
"typesense": {
"host": "127.0.0.1",
"path": "/cabinet/typesense/",
"port": "8000",
"protocol": "http",
"key": "",
"collection": "cabinet"
}
},
"localCustom": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": 0,
"nextcloudBaseURL": "http://localhost:8081",
"nextcloudName": "cloud",
"pdfAsQualifiedlySigningServer": "",
"hiddenActivities": [],
"shortName": "dbp",
"appDomain": "",
"typesense": {
"host": "127.0.0.1",
"path": "/cabinet/typesense/",
"port": "8000",
"protocol": "http",
"key": "",
"collection": "cabinet"
}
},
"development": {
"basePath": "/apps/cabinet/",
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-cabinet",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"nextcloudBaseURL": "https://cloud-dev.tugraz.at",
"nextcloudName": "cloud",
"pdfAsQualifiedlySigningServer": "https://sig-dev.tugraz.at",
"hiddenActivities": [],
"shortName": "dbp",
"appDomain": "https://dbp-demo.tugraz.at/apps/cabinet/",
"typesense": {
"host": "api-dev.tugraz.at",
"port": "443",
"path": "/cabinet/typesense/",
"protocol": "https",
"key": "",
"collection": "cabinet"
}
}
}