mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 21:51:09 +10:00
fix: properly support redis db (#517)
This commit is contained in:
@ -36,6 +36,7 @@ export class CollaborationGateway {
|
||||
port: this.redisConfig.port,
|
||||
options: {
|
||||
password: this.redisConfig.password,
|
||||
db: this.redisConfig.db,
|
||||
retryStrategy: createRetryStrategy(),
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user