Files
cgrates/data/conf/samples/hapool/cgrsmg1/cgr.json
Radu Ioan Fericean 7a72d1d42d updated listening ports
2015-12-21 20:23:56 +02:00

25 lines
842 B
JSON

{
"listen": {
"rpc_json": "127.0.0.1:2018", // RPC JSON listening address
"rpc_gob": "127.0.0.1:2019", // RPC GOB listening address
"http": "127.0.0.1:2083", // HTTP listening address
},
"cdrs": {
"enabled": true, // start the CDR Server service: <true|false>
"rater": "127.0.0.1:2014", // address where to reach the Rater for cost calculation, empty to disable functionality: <""|internal|x.y.z.y:1234>
"cdrstats": "", // address where to reach the cdrstats service, empty to disable stats functionality<""|internal|x.y.z.y:1234>
},
"sm_generic": {
"enabled": true,
"rater_conns": [
{"server": "127.0.0.1:2014"},
{"server": "127.0.0.1:2016"}
],
"cdrs_conns": [
{"server": "internal"} // address where to reach CDR Server, empty to disable CDR capturing <internal|x.y.z.y:1234>
],
},
}