mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
43 lines
529 B
JSON
43 lines
529 B
JSON
{
|
|
|
|
"general": {
|
|
"log_level": 7,
|
|
"node_id": "DISPATCH_SITE",
|
|
"reconnects": 2,
|
|
"reply_timeout": "5s",
|
|
},
|
|
|
|
|
|
"listen": {
|
|
"rpc_json": ":2012",
|
|
"rpc_gob": ":2013",
|
|
"http": ":2080"
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "*redis",
|
|
"db_port": 6379,
|
|
"db_name": "13"
|
|
},
|
|
|
|
"caches":{
|
|
"partitions": {
|
|
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
|
},
|
|
},
|
|
|
|
"rates": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"dispatchers":{
|
|
"enabled": true
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true,
|
|
}
|
|
|
|
|
|
}
|