{ // CGRateS Configuration file // // Used in apier_local_tests // Starts rater, cdrs and mediator connecting over internal channel "rals": { "enabled": true, // enable Rater service: }, "cdrs": { "enabled": true, // start the CDR Server service: "store_cdrs": false, // store cdrs in storDb "cdr_replication":[ // replicate the rated CDR to a number of servers {"transport": "*http_post", "address": "http://127.0.0.1:12080/cdr_http", "attempts": 1}, {"transport": "*http_post", "address": "http://127.0.0.1:12080/invalid", "attempts": 1}, ], }, }