-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.e2e.json
31 lines (31 loc) · 982 Bytes
/
config.e2e.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
{
"api": {
"baseUri": "https://api.txedexchange.dev/tenant",
"edxApiUri": "https://api.edgraph.dev/tee/tenant",
"useLocalMockData": true,
"useAdminApiAuthentication": false,
"apiKey": "",
"apiSecret": ""
},
"app": {
"name": "The Exchange",
"subtitle": "Tech Console",
"basePath": "",
"showDataHealth": false,
"showAdvancedTabs": true,
"allowDebug": true,
"notificationsApplicationId": "z2WFYMjyRNEI"
},
"auth": {
"authority": "https://login.txedexchange.dev",
"clientId": "ekj1TKCkptr9BRHNh1EBIBykE7sYFQul",
"redirectUri": "http://localhost:8598/callback",
"silentRedirectUri": "http://localhost:8598/silent-renew",
"postLogoutRedirectUri": "http://localhost:8598",
"scope": "openid profile offline_access email phone https://api.edgraph.com/auth/tenant",
"responseType": "code",
"loadUserInfo": false,
"automaticSilentRenew": true,
"automaticSilentSignin": true
}
}