Skip to content

Commit

Permalink
doc: Ability to specify redis database number (chatwoot#8231)
Browse files Browse the repository at this point in the history
- Update documentation on how to specify Redis database number
  • Loading branch information
legioner0 authored May 2, 2024
1 parent f48cff8 commit 9e8a626
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e8a626

Please sign in to comment.