Updated config for registrarc

This commit is contained in:
Trial97
2021-03-01 16:55:34 +02:00
committed by Dan Christian Bogos
parent 038aa5f2ea
commit 54ee982314
37 changed files with 495 additions and 425 deletions

View File

@@ -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"}]
}
},

View File

@@ -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",
},
}
}

View File

@@ -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"}]
}
},

View File

@@ -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"}]
}
},

View File

@@ -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"}]
}
},