doc: Ability to specify redis database number (#8231)

- Update documentation on how to specify Redis database number
This commit is contained in:
Pavel Motyrev 2024-05-03 06:42:14 +07:00 committed by GitHub
parent f48cff847f
commit 9e8a626598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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