From a6f2a3c76de58be156d4f4b15855b6955e7537df Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 22 Mar 2024 09:58:19 +0100 Subject: [PATCH] add dbindex for redis as comment Signed-off-by: Simon L --- Containers/nextcloud/config/redis.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/nextcloud/config/redis.config.php b/Containers/nextcloud/config/redis.config.php index a5fde3c7..e51b3022 100644 --- a/Containers/nextcloud/config/redis.config.php +++ b/Containers/nextcloud/config/redis.config.php @@ -6,6 +6,7 @@ if (getenv('REDIS_HOST')) { 'redis' => array( 'host' => getenv('REDIS_HOST'), 'password' => (string) getenv('REDIS_HOST_PASSWORD'), + // 'dbindex' => (int) getenv('REDIS_DB_INDEX'), ), );