chore(websocket): Adding support for redis username in websocket server (#25826)

This commit is contained in:
Craig Rueda
2023-11-01 16:52:14 -07:00
committed by GitHub
parent a3686459a9
commit 6ace22da87
7 changed files with 114 additions and 52 deletions

View File

@@ -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",