From 7ac219550ede5b925ce3587c3bfa406d438466f8 Mon Sep 17 00:00:00 2001 From: Imran Hossain <50900791+gargximran@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:54:08 +0600 Subject: [PATCH] Missing env [POSTGRESQL_PASSWORD] reference error in README.md file (#63887) * Missing env [POSTGRESQL_PASSWORD] reference error in README.md file Signed-off-by: Imran Hossain <50900791+gargximran@users.noreply.github.com> * Review changes request applied! Co-authored-by: David Gomez Signed-off-by: Imran Hossain <50900791+gargximran@users.noreply.github.com> --------- Signed-off-by: Imran Hossain <50900791+gargximran@users.noreply.github.com> Co-authored-by: David Gomez --- bitnami/pgbouncer/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bitnami/pgbouncer/README.md b/bitnami/pgbouncer/README.md index c6e7aa4ac7b4..129721ad06f0 100644 --- a/bitnami/pgbouncer/README.md +++ b/bitnami/pgbouncer/README.md @@ -85,6 +85,7 @@ docker build -t bitnami/APP:latest . | `PGBOUNCER_SERVER_TLS_PROTOCOLS` | PgBouncer server TLS authentication protocol | `secure` | | `PGBOUNCER_SERVER_TLS_CIPHERS` | PgBouncer server TLS authentication ciphers | `fast` | | `POSTGRESQL_USERNAME` | PostgreSQL backend default username | `postgres` | +| `POSTGRESQL_PASSWORD` | Password for the PostgreSQL created user | `nil` | | `POSTGRESQL_DATABASE` | Default PostgreSQL database | `${PGBOUNCER_DATABASE}` | | `POSTGRESQL_HOST` | PostgreSQL backend hostname | `postgresql` | | `POSTGRESQL_PORT` | PostgreSQL backend port | `5432` |