mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
26 lines
865 B
INI
26 lines
865 B
INI
# Real-time Charging System for Telecom & ISP environments
|
|
# Copyright (C) ITsysCOM GmbH
|
|
#
|
|
# This file contains the default configuration hardcoded into CGRateS.
|
|
# This is what you get when you load CGRateS with an empty configuration file.
|
|
|
|
[rater]
|
|
enabled = true # Enable RaterCDRSExportPath service: <true|false>.
|
|
|
|
[scheduler]
|
|
enabled = true # Starts Scheduler 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]
|
|
cdr_format = csv # Exported CDRs format <csv>
|
|
export_dir = /tmp # Path where the exported CDRs will be placed
|
|
|
|
[mediator]
|
|
enabled = true # Starts Mediator service: <true|false>.
|
|
cdrstats = internal
|
|
|
|
[cdrstats]
|
|
enabled = true # Starts the cdrstats service: <true|false> |