From d49d541a9ee1d80aa6060f9d787ee11f59b70405 Mon Sep 17 00:00:00 2001 From: David Colburn Date: Sat, 24 Jul 2021 19:56:55 -0500 Subject: [PATCH] Add redis db to config sample --- config-sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config-sample.yaml b/config-sample.yaml index 1e18cd116..5884b9d1d 100644 --- a/config-sample.yaml +++ b/config-sample.yaml @@ -9,6 +9,7 @@ log_level: info # clients could connect to any node and be routed to the same room redis: address: redis.host:6379 +# db: 0 # username: myuser # password: mypassword