From bff329e278b209d098cf0e670f81bab961e29a29 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 20 Aug 2023 13:26:29 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(flower.env):=20add=20FLOWE?= =?UTF-8?q?R=5FUNAUTHENTICATED=5FAPI=3DTrue=20to=20allow=20unauthenticated?= =?UTF-8?q?=20access=20to=20Flower=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/flower.env | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/flower.env b/deploy/flower.env index 845de63f5..652160629 100644 --- a/deploy/flower.env +++ b/deploy/flower.env @@ -4,6 +4,7 @@ LANGFLOW_REDIS_PORT=6379 LANGFLOW_REDIS_DB=0 LANGFLOW_REDIS_EXPIRE=3600 LANGFLOW_REDIS_PASSWORD= +FLOWER_UNAUTHENTICATED_API=True BROKER_URL=redis://queue:6379/0 RESULT_BACKEND=redis://queue:6379/0 C_FORCE_ROOT="true # ! Only for development" \ No newline at end of file