diff --git a/src/oracle/bncWatcher/db.js b/src/oracle/bncWatcher/db.js index b98810e..2d222e3 100644 --- a/src/oracle/bncWatcher/db.js +++ b/src/oracle/bncWatcher/db.js @@ -6,7 +6,6 @@ const redis = new Redis({ port: 6379, host: 'redis', family: 4, - password: 'password', db: 0 }) diff --git a/src/oracle/ethWatcher/db.js b/src/oracle/ethWatcher/db.js index b98810e..2d222e3 100644 --- a/src/oracle/ethWatcher/db.js +++ b/src/oracle/ethWatcher/db.js @@ -6,7 +6,6 @@ const redis = new Redis({ port: 6379, host: 'redis', family: 4, - password: 'password', db: 0 })