mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
Modify tests and samples for BiRPC SessionS<->ThresholdS
This commit is contained in:
committed by
Dan Christian Bogos
parent
78e537bc36
commit
8f6995d185
@@ -7,7 +7,8 @@
|
||||
"listen": {
|
||||
"rpc_json": ":2012",
|
||||
"rpc_gob": ":2013",
|
||||
"http": ":2080"
|
||||
"http": ":2080",
|
||||
"birpc_json": "127.0.0.1:2014",
|
||||
},
|
||||
|
||||
|
||||
@@ -37,7 +38,6 @@
|
||||
|
||||
"sessions": {
|
||||
"enabled": true,
|
||||
"listen_bijson": "127.0.0.1:2014",
|
||||
"chargers_conns": ["*localhost"],
|
||||
"rals_conns": ["*localhost"],
|
||||
"cdrs_conns": ["*localhost"],
|
||||
|
||||
Reference in New Issue
Block a user