From b2a9bee17ac0912566f8d1d0475a5460b20135e3 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Thu, 6 Apr 2023 11:21:26 +0300 Subject: [PATCH] Adds SIDEKIQ__REDIS_URL Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- docs/Software Development/06-Environment Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Software Development/06-Environment Variables.md b/docs/Software Development/06-Environment Variables.md index 34929e0..b2506e8 100644 --- a/docs/Software Development/06-Environment Variables.md +++ b/docs/Software Development/06-Environment Variables.md @@ -23,6 +23,7 @@ The following table lists the environment variables that are common to all DIT m | S3\_\_UPLOADS_API_BUCKET | The name of the S3 bucket used for storing uploaded files via Uploads API | | SIDEKIQ\_\_USERNAME | The username for accessing the Sidekiq web interface | | SIDEKIQ\_\_PASSWORD | The password for accessing the Sidekiq web interface | +| SIDEKIQ\_\_REDIS_URL | The URL of the redis database used by the Sidekiq web interface | | REDIS\_\_URL | The URL format for the connection string of redis database server | | REDIS\_\_CONNECTION_STRING | The connection string of redis database server | | REDIS_SENTINEL\_\_HOST | The host name or IP address of the Redis Sentinel server |