mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
33 lines
344 B
JSON
33 lines
344 B
JSON
{
|
|
|
|
"general": {
|
|
"log_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
|
|
}
|
|
|
|
} |