mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
97 lines
2.2 KiB
JSON
97 lines
2.2 KiB
JSON
{
|
|
"general": {
|
|
"log_level": 7,
|
|
"node_id": "InternalEngine",
|
|
},
|
|
|
|
|
|
"listen": {
|
|
"rpc_json": ":2012",
|
|
"rpc_gob": ":2013",
|
|
"http": ":2080",
|
|
},
|
|
|
|
|
|
"rpc_conns": {
|
|
"conn1": {
|
|
"strategy": "*first",
|
|
"conns": [{"address": "127.0.0.1:2032", "transport":"*json"}],
|
|
},
|
|
"conn2": {
|
|
"strategy": "*broadcast",
|
|
"conns": [
|
|
{"address": "127.0.0.1:2022", "transport":"*json"},
|
|
{"address": "127.0.0.1:2032", "transport":"*json"}
|
|
],
|
|
}
|
|
},
|
|
|
|
|
|
"data_db": {
|
|
"db_type": "*internal",
|
|
"remote_conns": ["conn1"],
|
|
"replication_conns": ["conn2"],
|
|
"items":{
|
|
"*accounts":{"remote":true,"replicate":true},
|
|
"*reverse_destinations": {"remote":true,"replicate":true},
|
|
"*destinations": {"remote":true,"replicate":true},
|
|
"*rating_plans": {"remote":true,"replicate":true},
|
|
"*rating_profiles":{"remote":true,"replicate":true},
|
|
"*actions":{"remote":true,"replicate":true},
|
|
"*action_plans": {"remote":true,"replicate":true},
|
|
"*account_action_plans":{"remote":true,"replicate":true},
|
|
"*action_triggers":{"remote":true,"replicate":true},
|
|
"*shared_groups":{"remote":true,"replicate":true},
|
|
"*timings": {"remote":true,"replicate":true},
|
|
"*resource_profiles":{"remote":true,"replicate":true},
|
|
"*resources":{"remote":true,"replicate":true},
|
|
"*statqueue_profiles": {"remote":true,"replicate":true},
|
|
"*statqueues": {"remote":true,"replicate":true},
|
|
"*threshold_profiles": {"remote":true,"replicate":true},
|
|
"*thresholds": {"remote":true,"replicate":true},
|
|
"*filters": {"remote":true,"replicate":true},
|
|
"*supplier_profiles":{"remote":true,"replicate":true},
|
|
"*attribute_profiles":{"remote":true,"replicate":true},
|
|
"*charger_profiles": {"remote":true,"replicate":true},
|
|
"*dispatcher_profiles":{"remote":true,"replicate":true},
|
|
"*dispatcher_hosts":{"remote":true,"replicate":true},
|
|
"*filter_indexes" :{"remote":true,"replicate":true},
|
|
"*load_ids":{"remote":true,"replicate":true},
|
|
},
|
|
},
|
|
|
|
|
|
"stor_db": {
|
|
"db_type": "*internal",
|
|
},
|
|
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
|
|
"thresholds": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
},
|
|
|
|
|
|
"resources": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
"thresholds_conns": ["*internal"],
|
|
},
|
|
|
|
|
|
"schedulers": {
|
|
"enabled": true,
|
|
},
|
|
|
|
|
|
"apier": {
|
|
"scheduler_conns": ["*internal"],
|
|
},
|
|
|
|
}
|