Commit 08f90df7 by Joseph Mulloy

Switch flower defaults from rabbit to redis

parent b3268a60
---
# By default, point to the RabbitMQ broker running locally
FLOWER_BROKER_USERNAME: "celery"
FLOWER_BROKER_PASSWORD: "celery"
FLOWER_BROKER_TRANSPORT: "redis"
FLOWER_BROKER_USERNAME: ""
FLOWER_BROKER_PASSWORD: ""
FLOWER_BROKER_HOST: "127.0.0.1"
FLOWER_BROKER_PORT: 5672
FLOWER_BROKER_PORT: "6379/0"
FLOWER_ADDRESS: "0.0.0.0"
FLOWER_PORT: "5555"
FLOWER_BROKER_TRANSPORT: 'amqp'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment