This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.json
59 lines (59 loc) · 2.1 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
{
"local": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": 0,
"nextcloudBaseURL": "http://localhost:8081",
"nextcloudName": "cloud",
"preselectedOption": "",
"serviceName": "",
"selfTestValid": false,
"ticketTypes": {"full": "ET"},
"gpSearchSelfTestStringArray":
"https://selbsttest.stmk.gv.at/public-result?id=,https://selbsttest.ktn.gv.at/public-result?id=",
"shortName": "dbp",
"appDomain": "https://dbp-dev.tugraz.at/apps/greenlight/"
},
"localCustom": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": 0,
"nextcloudBaseURL": "http://localhost:8081",
"nextcloudName": "My cloud",
"preselectedOption": "",
"serviceName": "",
"selfTestValid": false,
"ticketTypes": {"full": "ET"},
"gpSearchSelfTestStringArray":
"",
"shortName": "My organization",
"appDomain": ""
},
"development": {
"basePath": "/apps/greenlight/",
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-greenlight",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"nextcloudBaseURL": "https://nc-dev.tugraz.at/pers",
"nextcloudName": "TU Graz cloud",
"preselectedOption": "TU Graz",
"serviceName": "TUGRAZonline",
"selfTestValid": false,
"ticketTypes": {"full": "ET"},
"gpSearchSelfTestStringArray":
"https://selbsttest.stmk.gv.at/public-result?id=,https://selbsttest.ktn.gv.at/public-result?id=",
"shortName": "dbp",
"appDomain": "https://dbp-dev.tugraz.at/apps/greenlight/"
}
}