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 <davidbhlm@gmail.com>
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 <davidbhlm@gmail.com>
This commit is contained in:
Imran Hossain
2024-03-19 20:54:08 +06:00
committed by GitHub
parent ee40aecc89
commit 7ac219550e

View File

@@ -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` |