🔧 Add a default Flower password (#682)

This commit is contained in:
Sebastián Ramírez
2024-03-12 10:53:25 +01:00
committed by GitHub
parent 6d5db02b35
commit 6adafdc13d
4 changed files with 9 additions and 3 deletions

View File

@@ -69,6 +69,11 @@ sentry_dsn:
help: The DSN for Sentry, if you are using it, you can set it later in .env
default: ""
flower_basic_auth:
type: str
help: The basic auth for Flower, you can set it later in .env
default: "admin:changethis"
_exclude:
# Global
- .vscode