logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 5b3c7572caac0da640b54f21503b9a02277def5b
parent: e89e4355eb2ab74f7ec93313508c3afb72539855
Author: Hayato IZUMI <h-izumi@9uelle.jp>
Date:   Wed, 17 May 2017 22:36:34 +0900

Use REDIS_DB in streaming (#3094)


Diffstat:

Mstreaming/index.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/streaming/index.js b/streaming/index.js @@ -92,6 +92,7 @@ if (cluster.isMaster) { const redisParams = { host: process.env.REDIS_HOST || '127.0.0.1', port: process.env.REDIS_PORT || 6379, + db: process.env.REDIS_DB || 0, password: process.env.REDIS_PASSWORD, url: process.env.REDIS_URL || null }