mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
48 lines
746 B
JSON
48 lines
746 B
JSON
{
|
|
"general": {
|
|
"log_level": 7,
|
|
"node_id": "EngineRedis2"
|
|
},
|
|
|
|
"listen": {
|
|
"rpc_json": ":2032",
|
|
"rpc_gob": ":2033",
|
|
"http": ":2380",
|
|
"birpc_json": ":2034"
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "11"
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org"
|
|
},
|
|
|
|
"rpc_conns": {
|
|
"replicateToCache": {
|
|
"strategy": "*broadcast_sync",
|
|
"conns": [
|
|
{ "address": "*internal" },
|
|
{ "address": "127.0.0.1:2012", "transport": "*json" }
|
|
]
|
|
}
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true
|
|
},
|
|
|
|
"schedulers": {
|
|
"enabled": true
|
|
},
|
|
|
|
"apiers": {
|
|
"enabled": true,
|
|
"scheduler_conns": ["*internal"],
|
|
"caches_conns": ["replicateToCache"]
|
|
}
|
|
}
|