From 9fbc4c2ba11c96e47c3fc95ec83444f8abb27355 Mon Sep 17 00:00:00 2001 From: canoine <8430237+canoine@users.noreply.github.com> Date: Wed, 27 Jul 2022 05:07:04 +0200 Subject: [PATCH] Don't force a default username --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 0de2512617..3f04464d51 100644 --- a/.env.example +++ b/.env.example @@ -112,7 +112,7 @@ REDIS_PATH= REDIS_HOST=127.0.0.1 REDIS_PORT=6379 -# defaults to 'default'. Use only with Redis 6+ with proper ACL set. Leave empty otherwise. +# Use only with Redis 6+ with proper ACL set. Leave empty otherwise. REDIS_USERNAME= REDIS_PASSWORD=null