Skip to content

Commit dfbfa95

Browse files
committed
🔧 Update Flower config to use the same defaults
for HTTP Basic Auth credentials
1 parent cc2f975 commit dfbfa95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"traefik_public_network": "traefik-public",
2323
"traefik_public_constraint_tag": "traefik-public",
2424

25-
"flower_auth": "root:changethis",
25+
"flower_auth": "admin:{{cookiecutter.first_superuser_password}}",
2626

2727
"sentry_dsn": "",
2828

0 commit comments

Comments
 (0)