From d2c914ed6ca86bb9d946203fb000f3985e3f9025 Mon Sep 17 00:00:00 2001
From: Amir Zarrinkafsh <nightah@me.com>
Date: Fri, 8 May 2020 23:00:14 +1000
Subject: [PATCH] [BUGFIX] Prevent lite bundle redis panic (#994)

---
 compose/lite/configuration.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose/lite/configuration.yml b/compose/lite/configuration.yml
index a9a829f9..dc88a91c 100644
--- a/compose/lite/configuration.yml
+++ b/compose/lite/configuration.yml
@@ -44,7 +44,7 @@ session:
     host: redis
     port: 6379
     # This secret can also be set using the env variables AUTHELIA_SESSION_REDIS_PASSWORD_FILE
-    password: authelia
+    # password: authelia
 
 regulation:
   max_retries: 3