-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
44 lines (44 loc) · 977 Bytes
/
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
{
"axl": {
"server": "cucm.server",
"user": "cucm.user",
"password": "secret.password",
"accessGroup": "ZOOM QM Access Group",
"ignoreCertificate": false
},
"zqm": {
"jtapiUser": [
"jtapi.user"
],
"dbServer": "localhost",
"dbPort": 5432,
"dbUser": "axluser",
"dbPassword": "a4lUs3r.",
"javaXTerm": "/opt/zqm-axl/jmxterm-1.0.1-uber.jar",
"javaFlush": "/opt/zqm-axl/flush_sc_cache.txt",
"newApi": false
},
"log": {
"level": "INFO",
"fileName": "/opt/callrec/logs/zqm-axl-importer.log",
"jsonFormat": false,
"logProgramInfo": false,
"maxSize": 50,
"maxBackups": 5,
"maxAge": 30,
"quiet": false
},
"processing": {
"hoursBack": 24,
"userImportHour": [
4,
16
],
"defaultTeamName": "_CUCM_imported",
"defaultRoleName": "Agent",
"updateInterval": 5,
"mappingType": "both",
"setDirection": true,
"coexistCcxImporter": false
}
}