-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.config.json
32 lines (32 loc) · 962 Bytes
/
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
{
"local": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": "-1",
"universityShortName": "dbp"
},
"localCustom": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": "-1",
"universityShortName": "dbp"
},
"development": {
"basePath": "/apps/sublibrary/",
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-sublibrary",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": "131",
"shortName": "dbp"
}
}