Skip to content

Commit 3caa668

Browse files
committed
🔧 Update default PGAdmin password, same as admin
1 parent c42b81b commit 3caa668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"postgres_password": "changethis",
2121
"pgadmin_default_user": "{{cookiecutter.first_superuser}}",
22-
"pgadmin_default_user_password": "changethis",
22+
"pgadmin_default_user_password": "{{cookiecutter.first_superuser_password}}",
2323

2424
"traefik_constraint_tag": "{{cookiecutter.domain_main}}",
2525
"traefik_constraint_tag_staging": "{{cookiecutter.domain_staging}}",

0 commit comments

Comments
 (0)