Files
cgrates/data/conf/samples/remote_replication/internal/cgrates.json
2019-11-15 13:36:53 +01:00

54 lines
712 B
JSON

{
"general": {
"log_level": 7,
"node_id": "InternalEngine",
},
"listen": {
"rpc_json": ":2012",
"rpc_gob": ":2013",
"http": ":2080",
},
"data_db": {
"db_type": "*internal",
"remote_conns": [
{"address": "127.0.0.1:2022", "transport":"*json"},
{"address": "127.0.0.1:2032", "transport":"*json"}
],
"replication_conns": [
{"address": "127.0.0.1:2022", "transport":"*json"},
{"address": "127.0.0.1:2032", "transport":"*json"}
]
},
"stor_db": {
"db_type": "*internal",
},
"rals": {
"enabled": true,
},
"thresholds": {
"enabled": true,
"store_interval": "1s",
},
"resources": {
"enabled": true,
"store_interval": "1s",
"thresholds_conns": [
{"address": "*internal"}
],
},
}