mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 13:13:25 +08:00
🔧 Update default PGAdmin password, same as admin
This commit is contained in:
parent
c42b81b1a3
commit
3caa668b4f
@ -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}}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user