added apier cdrs mongo local tests

This commit is contained in:
Radu Ioan Fericean
2015-10-13 16:42:07 +03:00
parent 17603c4c51
commit a744a6f592
2 changed files with 265 additions and 0 deletions

View File

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