From 5d1d53b33d0a8ae7092637bd3f38790640198db6 Mon Sep 17 00:00:00 2001 From: clokep Date: Wed, 15 Feb 2023 12:40:31 +0000 Subject: deploy: 27a3a72a50cb24f25e48fad1e6e79aba2cd1bea2 --- develop/usage/configuration/config_documentation.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'develop/usage/configuration') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index f2f57562d4..3832530bf8 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3501,10 +3501,20 @@ this defaults to the main process or your single media_repository w

Configuration for Redis when using workers. This must be enabled when using workers. This setting has the following sub-options:

Example configuration:

redis:
@@ -3512,6 +3522,7 @@ localhost and 6379
   host: localhost
   port: 6379
   password: <secret_password>
+  dbid: <dbid>
 

Individual worker configuration

-- cgit 1.5.1