mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-04 08:55:40 +00:00
fix: 修复部署在没有密码的redis上时,站内信数量不更新问题
This commit is contained in:
committed by
Jiangjie.Bai
parent
10c146b07d
commit
548a374c6d
@@ -101,7 +101,7 @@ CHANNEL_LAYERS = {
|
|||||||
"hosts": [{
|
"hosts": [{
|
||||||
'address': (CONFIG.REDIS_HOST, CONFIG.REDIS_PORT),
|
'address': (CONFIG.REDIS_HOST, CONFIG.REDIS_PORT),
|
||||||
'db': CONFIG.REDIS_DB_WS,
|
'db': CONFIG.REDIS_DB_WS,
|
||||||
'password': CONFIG.REDIS_PASSWORD,
|
'password': CONFIG.REDIS_PASSWORD or None,
|
||||||
'ssl': context
|
'ssl': context
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user