mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 16:44:16 +02:00
5 lines
293 B
Django/Jinja
5 lines
293 B
Django/Jinja
# Configuration @see https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
|
|
|
|
PGADMIN_DEFAULT_EMAIL={{ applications[application_id].users.administrator.email }}
|
|
PGADMIN_DEFAULT_PASSWORD={{ applications[application_id].users.administrator.password }}
|
|
PGADMIN_DISABLE_POSTFIX=True |