mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-03 05:48:44 +00:00
Add REDIS_BROKER_HOST to example env
This might avoid future confusion when somebody wants to run this dockerless for example, given that in the settings module this gets the default value of `redis_broker` when not set.
This commit is contained in:
parent
6947e74f5d
commit
31028e9573
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