mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
Updated config for registrarc
This commit is contained in:
committed by
Dan Christian Bogos
parent
038aa5f2ea
commit
54ee982314
@@ -36,7 +36,7 @@
|
||||
},
|
||||
"dispConn": {
|
||||
"strategy": "*first",
|
||||
"conns": [{"address": "http://127.0.0.1:2080/dispatchers_registrar", "transport":"*http_jsonrpc"}]
|
||||
"conns": [{"address": "http://127.0.0.1:2080/registrar", "transport":"*http_jsonrpc"}]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dispConn": {
|
||||
"strategy": "*first",
|
||||
"conns": [{"address": "http://127.0.0.1:2080/dispatchers_registrar", "transport":"*http_jsonrpc"}]
|
||||
"conns": [{"address": "http://127.0.0.1:2080/registrar", "transport":"*http_jsonrpc"}]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -102,24 +102,24 @@
|
||||
},
|
||||
|
||||
|
||||
"registrarc":{
|
||||
"rpc":{
|
||||
"enabled": true,
|
||||
"registrars_conns": ["dispConn"],
|
||||
"hosts": {
|
||||
"*default":[{"ID":"ALL2", "transport": "*json", "tls": false}]
|
||||
},
|
||||
"refresh_interval": "1s",
|
||||
},
|
||||
"dispatcher":{
|
||||
"enabled": true,
|
||||
"registrars_conns": ["dispConn"],
|
||||
"hosts": {
|
||||
"*default":[{"ID":"ALL2", "transport": "*json", "tls": false}]
|
||||
},
|
||||
"refresh_interval": "1s",
|
||||
},
|
||||
}
|
||||
|
||||
"registrarc":{
|
||||
"rpc":{
|
||||
"enabled": true,
|
||||
"registrars_conns": ["dispConn"],
|
||||
"hosts": {
|
||||
"*default":[{"ID":"ALL2", "transport": "*json", "tls": false}]
|
||||
},
|
||||
"refresh_interval": "1s",
|
||||
},
|
||||
"dispatcher":{
|
||||
"enabled": true,
|
||||
"registrars_conns": ["dispConn"],
|
||||
"hosts": {
|
||||
"*default":[{"ID":"ALL2", "transport": "*json", "tls": false}]
|
||||
},
|
||||
"refresh_interval": "1s",
|
||||
},
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"dispConn": {
|
||||
"strategy": "*first",
|
||||
"conns": [{"address": "http://127.0.0.1:2080/dispatchers_registrar", "transport":"*http_jsonrpc"}]
|
||||
"conns": [{"address": "http://127.0.0.1:2080/registrar", "transport":"*http_jsonrpc"}]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"dispConn": {
|
||||
"strategy": "*first",
|
||||
"conns": [{"address": "http://127.0.0.1:2080/dispatchers_registrar", "transport":"*http_jsonrpc"}]
|
||||
"conns": [{"address": "http://127.0.0.1:2080/registrar", "transport":"*http_jsonrpc"}]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"dispConn": {
|
||||
"strategy": "*first",
|
||||
"conns": [{"address": "http://127.0.0.1:2080/dispatchers_registrar", "transport":"*http_jsonrpc"}]
|
||||
"conns": [{"address": "http://127.0.0.1:2080/registrar", "transport":"*http_jsonrpc"}]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user