mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 19:56:38 +05:00
54 lines
664 B
JSON
54 lines
664 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"}
|
|
},
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org"
|
|
},
|
|
|
|
|
|
"rals": {
|
|
"enabled": true
|
|
},
|
|
|
|
|
|
"schedulers": {
|
|
"enabled": true
|
|
},
|
|
|
|
"dispatchers":{
|
|
"enabled": true
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true,
|
|
"scheduler_conns": ["*internal"]
|
|
}
|
|
|
|
|
|
}
|