mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Add missing flower bin basic_auth option
This commit is contained in:
parent
3d835b5b02
commit
baadf7d551
|
@ -7,4 +7,5 @@ set -o nounset
|
||||||
celery flower \
|
celery flower \
|
||||||
--app={{ cookiecutter.project_slug }}.taskapp \
|
--app={{ cookiecutter.project_slug }}.taskapp \
|
||||||
--broker="${CELERY_BROKER_URL}" \
|
--broker="${CELERY_BROKER_URL}" \
|
||||||
|
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}" \
|
||||||
--loglevel=INFO
|
--loglevel=INFO
|
||||||
|
|
Loading…
Reference in New Issue
Block a user