mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 01:51:08 +00:00
Merge pull request #2552 from chdorner/fix/example-env-redis
Add REDIS_BROKER_HOST to example env
This commit is contained in:
commit
cfbd0b97fc
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ REDIS_ACTIVITY_PASSWORD=redispassword345
|
||||||
# REDIS_ACTIVITY_DB_INDEX=0
|
# REDIS_ACTIVITY_DB_INDEX=0
|
||||||
|
|
||||||
# Redis as celery broker
|
# Redis as celery broker
|
||||||
|
REDIS_BROKER_HOST=redis_broker
|
||||||
REDIS_BROKER_PORT=6379
|
REDIS_BROKER_PORT=6379
|
||||||
REDIS_BROKER_PASSWORD=redispassword123
|
REDIS_BROKER_PASSWORD=redispassword123
|
||||||
# Optional, use a different redis database (defaults to 0)
|
# Optional, use a different redis database (defaults to 0)
|
||||||
|
|
Loading…
Reference in a new issue