From 5893b30da8158de120a29fa82a0067babeabd5cc Mon Sep 17 00:00:00 2001 From: canoine <8430237+canoine@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:32:37 +0200 Subject: [PATCH] Add redis username to fit 6+ ACL capabilities --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index f2d0531763..0de2512617 100644 --- a/.env.example +++ b/.env.example @@ -111,6 +111,9 @@ REDIS_PATH= # use only when using 'tcp' or 'http' for REDIS_SCHEME. Leave empty otherwise. REDIS_HOST=127.0.0.1 REDIS_PORT=6379 + +# defaults to 'default'. Use only with Redis 6+ with proper ACL set. Leave empty otherwise. +REDIS_USERNAME= REDIS_PASSWORD=null # always use quotes and make sure redis db "0" and "1" exists. Otherwise change accordingly.