mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
14 lines
552 B
INI
14 lines
552 B
INI
# CGRateS Configuration file
|
|
#
|
|
# This file contains the default configuration hardcoded into CGRateS.
|
|
# This is what you get when you load CGRateS with an empty configuration file.
|
|
# [global] must exist in all files, rest of the configuration is inter-changeable.
|
|
|
|
[global]
|
|
xmlcfg_path = /usr/share/cgrates/conf/samples/cgr_addconfig.xml # Path towards additional config defined in xml file
|
|
|
|
[cdre]
|
|
cdr_format = fixed_width # Exported CDRs format <csv>
|
|
export_template = *xml:CDREFW-A # Exported fields template <""|fld1,fld2|*xml:instance_name>
|
|
|