-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
35 lines (35 loc) · 795 Bytes
/
settings.json
File metadata and controls
35 lines (35 loc) · 795 Bytes
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
{
"api": {
"rootUrl": "/api",
"authUrl": "/api/login",
"refreshUrl": "/api/refresh"
},
"app": {
"baseUrl": "https://www.jugendkompass-din.de",
"profile": "production"
},
"defaults": {
"city": "Dinslaken",
"language": "de",
"title": "Jugendkompass"
},
"jwtClaims": {
"activityProvider": "createdActivities",
"blogger": "blogger",
"blogpostAuthor": "createdBlogs",
"fullname": "fullname",
"organisationAdmin": "adminOrgas",
"organisationUser": "approvedOrgas",
"superUser": "superuser",
"translator": "translator",
"userId": "id"
},
"labelHeader": {
"read": "accept-language",
"write": "content-language"
},
"storeIds": {
"android": "de.codeschluss.jugendkompass",
"ios": "1601610346"
}
}