-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.json
47 lines (47 loc) · 1.54 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
{
"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": ""
},
"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": ""
},
"development": {
"basePath": "/apps/dispatch/",
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-dual-delivery",
"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/dispatch/"
}
}