We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42b81b commit 3caa668Copy full SHA for 3caa668
cookiecutter.json
@@ -19,7 +19,7 @@
19
20
"postgres_password": "changethis",
21
"pgadmin_default_user": "{{cookiecutter.first_superuser}}",
22
- "pgadmin_default_user_password": "changethis",
+ "pgadmin_default_user_password": "{{cookiecutter.first_superuser_password}}",
23
24
"traefik_constraint_tag": "{{cookiecutter.domain_main}}",
25
"traefik_constraint_tag_staging": "{{cookiecutter.domain_staging}}",
0 commit comments