-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhip-config.json.example
More file actions
20 lines (20 loc) · 1.01 KB
/
hip-config.json.example
File metadata and controls
20 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"authClientID": "IidSO1kO37UAAiPw1qwcy2AtZOuez4wM",
"authDomain": "hip.eu.auth0.com",
"authAudience": "https://hip.cs.upb.de/API",
"authRedirectUri": "http://localhost:8080/dashboard",
"cmsClientID": "1ET2agDhUwjGhePOojC6deCYuRYTEkit",
"cmsClientSecret": "",
"cmsUrl": "https://docker-hip.cs.uni-paderborn.de/develop/cms-api",
"userstore": "https://docker-hip.cs.uni-paderborn.de/develop/userstore",
"docsUrl": "https://docs-hip.cs.uni-paderborn.de",
"docsIntegrationUrl": "https://docs-hip.cs.uni-paderborn.de/hipcms-dev",
"featureToggleUrl": "https://docker-hip.cs.uni-paderborn.de/develop/feature-toggle",
"featureToggle":{"seminarContent":[8,16],"mobileContent":17},
"mobileContentApiUrl": "https://docker-hip.cs.uni-paderborn.de/develop/datastore",
"achievementApiUrl": "https://docker-hip.cs.uni-paderborn.de/develop/achievements",
"thumbnailApiUrl": "https://docker-hip.cs.upb.de/develop/thumbnailservice",
"googleMapsApiKey": "",
"defaultLatitude": 51.718990,
"defaultLongitude": 8.754736
}