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