mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
41 lines
407 B
JSON
41 lines
407 B
JSON
{
|
|
"general": {
|
|
"log_level": 7,
|
|
"node_id": "EngineRedis2"
|
|
},
|
|
|
|
|
|
"listen": {
|
|
"rpc_json": ":2032",
|
|
"rpc_gob": ":2033",
|
|
"http": ":2380",
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "11",
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org",
|
|
},
|
|
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
|
|
"schedulers": {
|
|
"enabled": true,
|
|
},
|
|
|
|
|
|
"apiers": {
|
|
"enabled": true,
|
|
"scheduler_conns": ["*internal"],
|
|
},
|
|
|
|
}
|