mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
44 lines
757 B
JSON
44 lines
757 B
JSON
{
|
|
|
|
"general": {
|
|
"node_id": "DispatcherOpts_Setter",
|
|
"log_level": 7
|
|
},
|
|
|
|
"listen": {
|
|
"rpc_json": ":6012",
|
|
"rpc_gob": ":6013",
|
|
"http": ":6080"
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "10"
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org"
|
|
},
|
|
|
|
"dispatchers":{
|
|
"enabled": false
|
|
},
|
|
|
|
"apiers": {
|
|
"enabled": true,
|
|
"caches_conns":["broadcast_cache"]
|
|
},
|
|
|
|
"rpc_conns": {
|
|
"broadcast_cache": {
|
|
"strategy": "*broadcast",
|
|
"conns": [
|
|
{"address": "127.0.0.1:2012", "transport":"*json"},
|
|
{"address": "127.0.0.1:4012", "transport":"*json"},
|
|
{"address": "127.0.0.1:6012", "transport":"*json"}
|
|
]
|
|
}
|
|
}
|
|
|
|
} |