From 64c84740edf8ab665b18665f86ed92834dab6083 Mon Sep 17 00:00:00 2001 From: Kirill Fedoseev Date: Sun, 6 Oct 2019 11:14:33 +0300 Subject: [PATCH] Removed unused redis password --- src/oracle/bncWatcher/db.js | 1 - src/oracle/ethWatcher/db.js | 1 - 2 files changed, 2 deletions(-) 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 })