-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcgrates.json
More file actions
104 lines (75 loc) · 1.53 KB
/
cgrates.json
File metadata and controls
104 lines (75 loc) · 1.53 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"general": {
"log_level": 7,
"node_id":"CGR_demo",
"reply_timeout": "5s",
},
"listen": {
"rpc_json": ":2012",
"rpc_gob": ":2013",
"http": ":2080",
},
"stor_db": {
"db_password": "CGRateS.org",
},
"schedulers": {
"enabled": true,
},
"rals": {
"enabled": true,
},
"cdrs": {
"enabled": true,
"chargers_conns": ["*localhost"],
"sessions_cost_retries": 5,
"attributes_conns": ["*localhost"],
"rals_conns" : ["*localhost"],
},
"chargers": {
"enabled": true,
"attributes_conns": ["*localhost"],
},
"sessions": {
"enabled": true,
"rals_conns": ["*localhost"],
"cdrs_conns": ["*localhost"],
"resources_conns": ["*localhost"],
"routes_conns": ["*localhost"],
"attributes_conns": ["*localhost"],
"chargers_conns": ["*localhost"],
"debit_interval": "5s",
"channel_sync_interval":"7s",
},
"attributes": {
"enabled": true,
"string_indexed_fields": ["*req.Account", "*req.Subject"],
"prefix_indexed_fields": ["*req.Account", "*req.Subject"],
"opts": {
"*processRuns": 2,
"*profileRuns": 1,
},
},
"resources": {
"enabled": true,
"string_indexed_fields": ["*req.Account"],
},
"stats": {
"enabled": true,
"string_indexed_fields": ["*req.Account","*req.RunID","*req.Destination"],
},
"thresholds": {
"enabled": false,
"string_indexed_fields": ["*req.Account"],
},
"routes": {
"enabled": true,
"resources_conns": ["*localhost"],
//"stats_conns": ["*localhost"],
"rals_conns": ["*localhost"],
"string_indexed_fields": ["*req.Account"],
},
"apiers": {
"enabled": true,
"scheduler_conns": ["*localhost"],
},
}