mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 11:06:25 +05:00
33 lines
336 B
JSON
33 lines
336 B
JSON
{
|
|
|
|
"logger": {
|
|
"level": 7
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
"actions": {
|
|
"enabled": true
|
|
},
|
|
|
|
"thresholds": {
|
|
"enabled": true,
|
|
"actions_conns": ["*internal"]
|
|
},
|
|
|
|
"resources": {
|
|
"enabled": true,
|
|
"thresholds_conns": ["*internal"]
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true
|
|
}
|
|
|
|
} |