Removed unused redis password

This commit is contained in:
Kirill Fedoseev 2019-10-06 11:14:33 +03:00
parent a4adcd4fa7
commit 64c84740ed
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ const redis = new Redis({
port: 6379, port: 6379,
host: 'redis', host: 'redis',
family: 4, family: 4,
password: 'password',
db: 0 db: 0
}) })

View File

@ -6,7 +6,6 @@ const redis = new Redis({
port: 6379, port: 6379,
host: 'redis', host: 'redis',
family: 4, family: 4,
password: 'password',
db: 0 db: 0
}) })