mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
[Remote] Update engine2 to inform cache on internal of changes
This commit is contained in:
committed by
Dan Christian Bogos
parent
be5e3abe1e
commit
da30f372a8
@@ -11,6 +11,15 @@
|
||||
"http": ":2380",
|
||||
},
|
||||
|
||||
"rpc_conns": {
|
||||
"replicateToCache": {
|
||||
"strategy": "*broadcast_sync",
|
||||
"conns": [
|
||||
{"address": "*internal"},
|
||||
{"address": "127.0.0.1:2012", "transport":"*json"},
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
"data_db": {
|
||||
"db_type": "mongo",
|
||||
@@ -39,7 +48,8 @@
|
||||
"apiers": {
|
||||
"enabled": true,
|
||||
"scheduler_conns": ["*internal"],
|
||||
"caches_conns": ["replicateToCache"],
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
@@ -22,6 +22,17 @@
|
||||
},
|
||||
|
||||
|
||||
"rpc_conns": {
|
||||
"replicateToCache": {
|
||||
"strategy": "*broadcast_sync",
|
||||
"conns": [
|
||||
{"address": "*internal"},
|
||||
{"address": "127.0.0.1:2012", "transport":"*json"},
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"rals": {
|
||||
"enabled": true,
|
||||
},
|
||||
@@ -35,6 +46,7 @@
|
||||
"apiers": {
|
||||
"enabled": true,
|
||||
"scheduler_conns": ["*internal"],
|
||||
"caches_conns": ["replicateToCache"],
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user