mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +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 \
|
||||
--app={{ cookiecutter.project_slug }}.taskapp \
|
||||
--broker="${CELERY_BROKER_URL}" \
|
||||
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}" \
|
||||
--loglevel=INFO
|
||||
|
|
Loading…
Reference in New Issue
Block a user