mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore(websocket): Adding support for redis username in websocket server (#25826)
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{
|
||||
"redis": {
|
||||
"port": 6379,
|
||||
"host": "127.0.0.1",
|
||||
"password": "",
|
||||
"db": 10,
|
||||
"ssl": false
|
||||
"password": "some pwd"
|
||||
},
|
||||
"statsd": {
|
||||
"host": "127.0.0.1",
|
||||
|
||||
Reference in New Issue
Block a user