mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Add connections through ConnManager
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user