Updated it tests in apier

This commit is contained in:
adragusin
2020-02-26 17:58:13 +02:00
committed by Dan Christian Bogos
parent 56df764fa7
commit e3af13d9e4
3 changed files with 299 additions and 1 deletions

View File

@@ -23,7 +23,16 @@
{"address": "127.0.0.1:2022", "transport":"*json"},
{"address": "127.0.0.1:2032", "transport":"*json"}
],
},
"connCache": {
"strategy": "*broadcast",
"conns": [
{"address": "*internal"},
{"address": "127.0.0.1:2022", "transport":"*json"},
{"address": "127.0.0.1:2032", "transport":"*json"}
],
}
},
@@ -92,6 +101,7 @@
"apiers": {
"enabled": true,
"scheduler_conns": ["*internal"],
"caches_conns":["connCache"],
},
}