🔧 chore(flower.env): add FLOWER_UNAUTHENTICATED_API=True to allow unauthenticated access to Flower API
This commit is contained in:
parent
2d85ae9dd4
commit
bff329e278
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue