updated conf fo second generic session manager

This commit is contained in:
Radu Ioan Fericean
2015-12-21 13:43:34 +02:00
parent 61bad8cbc3
commit a6448cf320

View File

@@ -4,6 +4,13 @@
// Used for cgradmin
// Starts rater, scheduler
"cdrs": {
"enabled": true, // start the CDR Server service: <true|false>
"rater": "127.0.0.1:2014", // address where to reach the Rater for cost calculation, empty to disable functionality: <""|internal|x.y.z.y:1234>
"cdrstats": "", // address where to reach the cdrstats service, empty to disable stats functionality<""|internal|x.y.z.y:1234>
},
"sm_generic": {
"enabled": true,
"rater_conns": [
@@ -20,4 +27,4 @@
},
}
}