From 3caa668b4f9e79c0ab277f972ce2fcc67ec70065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 23 Feb 2019 19:35:58 +0400 Subject: [PATCH] :wrench: Update default PGAdmin password, same as admin --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 0375448..f542205 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -19,7 +19,7 @@ "postgres_password": "changethis", "pgadmin_default_user": "{{cookiecutter.first_superuser}}", - "pgadmin_default_user_password": "changethis", + "pgadmin_default_user_password": "{{cookiecutter.first_superuser_password}}", "traefik_constraint_tag": "{{cookiecutter.domain_main}}", "traefik_constraint_tag_staging": "{{cookiecutter.domain_staging}}",