Skip to content

Commit

Permalink
fix(flower): auth
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyoslav committed Oct 29, 2024
1 parent 8f8b8d6 commit 666826c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/flower.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ done
celery \
--app=internal.infrastructure.background_task.celery \
flower \
--port=5555
--basic-auth=${FLOWER_USER}:${FLOWER_PASSWORD}
--port=5555 \
--basic_auth=$FLOWER_USER:$FLOWER_PASSWORD

0 comments on commit 666826c

Please sign in to comment.