From 31028e9573b85f4219015e8980614d4abb8948d7 Mon Sep 17 00:00:00 2001 From: Christof Dorner Date: Tue, 27 Dec 2022 11:29:09 +0100 Subject: [PATCH] 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. --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index bbd825a9a..4c457f625 100644 --- a/.env.example +++ b/.env.example @@ -34,6 +34,7 @@ REDIS_ACTIVITY_PASSWORD=redispassword345 # REDIS_ACTIVITY_DB_INDEX=0 # Redis as celery broker +REDIS_BROKER_HOST=redis_broker REDIS_BROKER_PORT=6379 REDIS_BROKER_PASSWORD=redispassword123 # Optional, use a different redis database (defaults to 0)