-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
37 lines (37 loc) · 850 Bytes
/
Copy pathconfig.example.json
File metadata and controls
37 lines (37 loc) · 850 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
{
"ats": {
"url": "http://pbx.internal:9000",
"api_version": "v2.0.0",
"user": "api-user",
"password": "api-password-or-md5",
"verify_tls": false,
"heartbeat_interval": 30,
"download_attempts": 6,
"download_retry_delay": 10
},
"network": {
"local_ip": "0.0.0.0",
"heartbeat_ip": "192.0.2.20",
"heartbeat_port": 9001,
"local_port": 9001,
"external_domain_or_ip": "crm-accessible.example.com",
"external_port": 9001,
"protocol": "http"
},
"crm": {
"url": "https://app.remarked.ru/api/v1/ApiYealinkTelephony",
"token": "crm-token",
"timeout": 10,
"retry_attempts": 3,
"retry_delay": 5
},
"storage": {
"path": "/app/records",
"cleanup_days": 90,
"cleanup_interval": 3600
},
"logging": {
"level": "INFO",
"show_full_events": false
}
}