-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.json
46 lines (46 loc) · 1.38 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
{
"test": {
"basePath": "/",
"entryPointURL": "http://test",
"keyCloakBaseURL": "https://test",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": 0,
"shortName": "",
"appDomain": ""
},
"local": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": 0,
"shortName": "dbp",
"appDomain": "https://dbp-demo.tugraz.at/apps/mono/"
},
"localCustom": {
"basePath": "/dist/",
"entryPointURL": "http://127.0.0.1:8000",
"keyCloakBaseURL": "",
"keyCloakRealm": "",
"keyCloakClientId": "",
"matomoUrl": "",
"matomoSiteId": 0,
"shortName": "My Organization",
"appDomain": "https://dbp-demo.tugraz.at/tugapps/mono/"
},
"development": {
"basePath": "/apps/mono/",
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-mono",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"shortName": "dbp",
"appDomain": "https://dbp-demo.tugraz.at/apps/mono/"
}
}