Switches config back to memoryDB

This commit is contained in:
Gabriel Zimmermann 2023-02-02 15:00:20 -03:00 committed by Joe Howarth
parent 9fa624e552
commit 004f280ced
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"mode": "BOTH",
"logLevel": "info",
"logLevel": "debug",
"storeType": "Redis",
"redis": {
"port": 6379,
"host": "redis-master.default.svc.cluster.local",
"host": "OVERRIDEN BY ENV VAR",
"tls": true,
"cluster": true
},

View File

@ -17,7 +17,7 @@
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.6",
"@wormhole-foundation/relayer-engine": "github:wormhole-foundation/relayer-engine#4ad69ec3d48a977e9f8505a7faea658da3a3fda1",
"@wormhole-foundation/relayer-engine": "github:wormhole-foundation/relayer-engine#7fb24b5bd9193205494cdee8a9bf82694f7ef42a",
"ts-retry": "^4.1.1"
},
"author": "Chase Moran",