mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
19 lines
195 B
JSON
19 lines
195 B
JSON
{
|
|
"general": {
|
|
"log_level": 7
|
|
},
|
|
"rals": {
|
|
"enabled": true
|
|
},
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
"rals_conns": ["*internal"]
|
|
},
|
|
|
|
"apiers": {
|
|
"enabled": true
|
|
}
|
|
|
|
}
|
|
|