mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
21 lines
642 B
INI
21 lines
642 B
INI
# CGRateS Configuration file
|
|
#
|
|
# Used in mediator_local_test
|
|
# Starts rater, cdrs and mediator connecting over internal channel
|
|
|
|
[rater]
|
|
enabled = true # Enable RaterCDRSExportPath service: <true|false>.
|
|
|
|
[cdrs]
|
|
enabled = true # Start the CDR Server service: <true|false>.
|
|
mediator = internal # Address where to reach the Mediator. Empty for disabling mediation. <""|internal>
|
|
|
|
[cdre]
|
|
export_dir = /tmp/cgrates/cdr/cdrexport/csv # Path where the exported CDRs will be placed
|
|
|
|
[mediator]
|
|
enabled = true # Starts Mediator service: <true|false>.
|
|
rater = internal # Address where to reach the Rater: <internal|x.y.z.y:1234>
|
|
|
|
|