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