Add connections through ConnManager

This commit is contained in:
TeoV
2019-12-09 11:41:57 -05:00
parent 18150825bb
commit 4bd4ae3ee9
129 changed files with 593 additions and 1173 deletions

View File

@@ -75,15 +75,9 @@
},
"apier": {
"caches_conns":[ // connections to CacheS for reloads
{"address": "*internal"},
],
"scheduler_conns": [ // connections to SchedulerS for reloads
{"address": "*internal"}
],
"attributes_conns": [
{"address": "*internal"}
], // connections to AttributeS for CDRExporter
"caches_conns":["*internal"],
"scheduler_conns": ["*internal"],
"attributes_conns": ["*internal"], // connections to AttributeS for CDRExporter
},
}