Add missing flower bin basic_auth option

This commit is contained in:
Nikita P. Shupeyko 2018-06-27 22:48:22 +03:00
parent 3d835b5b02
commit baadf7d551

View File

@ -7,4 +7,5 @@ set -o nounset
celery flower \
--app={{ cookiecutter.project_slug }}.taskapp \
--broker="${CELERY_BROKER_URL}" \
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}" \
--loglevel=INFO