Files
cgrates/data/conf/samples/cdrsreplicationslave/cdrsreplicationslave.json
2016-04-24 11:18:23 +02:00

21 lines
492 B
JSON

{
// CGRateS Configuration file
//
// Used in apier_local_tests
// Starts rater, cdrs and mediator connecting over internal channel
"listen": {
"rpc_json": "127.0.0.1:12012", // RPC JSON listening address
"rpc_gob": "127.0.0.1:12013", // RPC GOB listening address
"http": "127.0.0.1:12080", // HTTP listening address
},
"rals": {
"enabled": true, // enable Rater service: <true|false>
},
"cdrs": {
"enabled": true, // start the CDR Server service: <true|false>
},
}