langflow/deploy/flower.env
2023-08-16 15:38:43 -03:00

5 lines
124 B
Bash

LANGFLOW_CACHE_TYPE=redis
LANGFLOW_REDIS_HOST=queue
LANGFLOW_REDIS_PORT=6379
LANGFLOW_REDIS_DB=0
LANGFLOW_REDIS_EXPIRE=3600