mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
23 lines
554 B
INI
23 lines
554 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
|
|
|
|
[cdrs]
|
|
enabled = true
|
|
mediator = internal
|
|
store_disable = true
|
|
|
|
[mediator]
|
|
enabled = true
|
|
store_disable = true
|
|
|
|
[cdrstats]
|
|
enabled = true
|
|
queue_length = 5 # Maximum number of items in the stats buffer
|
|
time_window = 0 # Queue is not affected by the SetupTime
|