From 9e8a626598f1072eb25e05b359fbe4ed8ad93c55 Mon Sep 17 00:00:00 2001 From: Pavel Motyrev Date: Fri, 3 May 2024 06:42:14 +0700 Subject: [PATCH] doc: Ability to specify redis database number (#8231) - Update documentation on how to specify Redis database number --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 55b998f19e392..26b1487ae7a8d 100644 --- a/.env.example +++ b/.env.example @@ -23,6 +23,9 @@ FORCE_SSL=false ENABLE_ACCOUNT_SIGNUP=false # Redis config +# specify the configs via single URL or individual variables +# ref: https://www.iana.org/assignments/uri-schemes/prov/redis +# You can also use the following format for the URL: redis://:password@host:port/db_number REDIS_URL=redis://redis:6379 # If you are using docker-compose, set this variable's value to be any string, # which will be the password for the redis service running inside the docker-compose