{ // CGRateS Configuration file // // Used in apier_local_tests // Starts rater, cdrs and mediator connecting over internal channel "general": { "log_level": 7, }, "stor_db": { "db_type": "mongo", // stor database type to use: "db_port": 27017, // the port to reach the stordb }, "rals": { "enabled": true, // enable Rater service: }, "cdrs": { "enabled": true, // start the CDR Server service: "rals_conns": [ {"address": "*internal"} // address where to reach the Rater for cost calculation, empty to disable functionality: <""|*internal|x.y.z.y:1234> ], }, }