mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
17 lines
155 B
JSON
17 lines
155 B
JSON
{
|
|
// Sample CGRateS Configuration file for RateS
|
|
//
|
|
// Copyright (C) ITsysCOM GmbH
|
|
|
|
"general": {
|
|
"log_level": 7,
|
|
},
|
|
|
|
|
|
"rates": {
|
|
"enabled": true,
|
|
},
|
|
|
|
|
|
}
|