mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
Merge fixes
This commit is contained in:
@@ -19,13 +19,21 @@
|
||||
"db_type": "*internal",
|
||||
},
|
||||
|
||||
|
||||
"caches":{
|
||||
"remote_conns": ["gob_cache"], // the conns that are queried when the items are not found in cache
|
||||
},
|
||||
|
||||
"rpc_conns": {
|
||||
"conn1": {
|
||||
"strategy": "*first",
|
||||
"conns": [{"address": "127.0.0.1:6012", "transport":"*json"}],
|
||||
},
|
||||
"gob_cache": {
|
||||
"strategy": "*first",
|
||||
"conns": [
|
||||
{"address": "127.0.0.1:6013", "transport":"*gob"},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
"attributes": {
|
||||
|
||||
Reference in New Issue
Block a user