1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

feature: db selection in redis

resolves #579
This commit is contained in:
Rigel Kent 2018-05-21 13:26:04 +02:00 committed by Chocobozzz
parent 2e8e97f313
commit 30c82f0d2e
6 changed files with 9 additions and 4 deletions

View file

@ -56,7 +56,8 @@ class JobQueue {
redis: {
host: CONFIG.REDIS.HOSTNAME,
port: CONFIG.REDIS.PORT,
auth: CONFIG.REDIS.AUTH
auth: CONFIG.REDIS.AUTH,
db: CONFIG.REDIS.DB
}
})