mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
54 lines
712 B
JSON
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"}
|
|
],
|
|
},
|
|
|
|
|
|
}
|