mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Aliases old implementation compatibility, local tests modified
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
"rater": {
|
||||
"enabled": true, // enable Rater service: <true|false>
|
||||
"aliases": "internal"
|
||||
},
|
||||
|
||||
"scheduler": {
|
||||
@@ -23,6 +24,10 @@
|
||||
"rater": "internal", // address where to reach the Rater for cost calculation, empty to disable functionality: <""|internal|x.y.z.y:1234>
|
||||
},
|
||||
|
||||
"aliases": {
|
||||
"enabled": true, // start the CDR Server service: <true|false>
|
||||
},
|
||||
|
||||
"cdre": {
|
||||
"*default": {
|
||||
"export_dir": "/tmp/cgrates/cdr/cdrexport/csv", // path where the exported CDRs will be placed
|
||||
|
||||
Reference in New Issue
Block a user