mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
35 lines
397 B
JSON
35 lines
397 B
JSON
{
|
|
|
|
"logger": {
|
|
"level": 7
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "10"
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org"
|
|
},
|
|
|
|
"actions": {
|
|
"enabled": true
|
|
},
|
|
|
|
"thresholds": {
|
|
"enabled": true,
|
|
"actions_conns": ["*internal"]
|
|
},
|
|
|
|
"resources": {
|
|
"enabled": true,
|
|
"thresholds_conns": ["*internal"]
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true
|
|
}
|
|
|
|
} |