-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 869 Bytes
/
config.json
File metadata and controls
41 lines (41 loc) · 869 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
36
37
38
39
40
41
{
"server": {
"port": 8003
},
"app": {
"apiPrefix" : "",
"url": "test_url"
},
"validations": {
"leastNodeVersion": 10
},
"credentials": {
"apikey": "test_api_key",
"appId": "test_app_id",
"st-67890":{
"apikey": "test_api_key2",
"appId": "test_app_id2"
}
},
"jwt": {
"jwtAlgorithm": "HS256",
"jwt-expiry": 60,
"st-67890":{
"jwtAlgorithm": "HS512",
"jwt-expiry": 60
}
},
"redis": {
"options": {
"host": "localhost",
"port": 6379
},
"available": false
},
"examples" : {
"mockServicesHost" : "http://localhost:8004"
},
"liveagentlicense": "8947569",
"supportsMessageAck": true,
"languages":["en","de"]
}