From 11214b499ee6c731f581827e4b7ddce82b0d997e Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Tue, 7 Sep 2021 13:00:21 +0200
Subject: [PATCH] added password to parameters

---
 config/database.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/database.php b/config/database.php
index 9864e764a..10cd18cc6 100644
--- a/config/database.php
+++ b/config/database.php
@@ -114,6 +114,9 @@ return [
 
         'options' => [
             'cluster' => env('REDIS_CLUSTER', 'redis'),
+            'parameters' => [
+                'password' => env('REDIS_CACHE_PASSWORD', null),
+            ],
         ],
 
         'default' => [
-- 
GitLab