mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added missing clientOpts
This commit is contained in:
parent
ab7cb659a7
commit
2114a81500
@ -33,7 +33,7 @@ export default ({
|
|||||||
clientOpts.username = process.env.REDIS_USERNAME
|
clientOpts.username = process.env.REDIS_USERNAME
|
||||||
}
|
}
|
||||||
|
|
||||||
let client = createClient()
|
let client = createClient(clientOpts)
|
||||||
|
|
||||||
if (withWsAdapter) {
|
if (withWsAdapter) {
|
||||||
client.subClient = client.duplicate()
|
client.subClient = client.duplicate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user