From 98225649a7c501d4773085eb403492f7e52352b5 Mon Sep 17 00:00:00 2001 From: LuccaRebelloToledo Date: Tue, 15 Oct 2024 16:22:32 -0300 Subject: [PATCH] docs: correct descriptions for POSTGRESQL_LOG_TIMEZONE and POSTGRESQL_TIMEZONE Signed-off-by: LuccaRebelloToledo --- bitnami/postgresql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index d78a05511db12..48b8218d8754e 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -223,8 +223,8 @@ docker-compose up -d | `POSTGRESQL_LOG_HOSTNAME` | Log the client host name when accessing | `nil` | | `POSTGRESQL_CLIENT_MIN_MESSAGES` | Set log level of errors to send to the client | `error` | | `POSTGRESQL_LOG_LINE_PREFIX` | Set the format of the log lines | `nil` | -| `POSTGRESQL_LOG_TIMEZONE` | Set the timezone | `nil` | -| `POSTGRESQL_TIMEZONE` | Set the log timezone | `nil` | +| `POSTGRESQL_LOG_TIMEZONE` | Set the log timezone | `nil` | +| `POSTGRESQL_TIMEZONE` | Set the timezone | `nil` | | `POSTGRESQL_MAX_CONNECTIONS` | Set the maximum amount of connections | `nil` | | `POSTGRESQL_TCP_KEEPALIVES_IDLE` | Set the TCP keepalive idle time | `nil` | | `POSTGRESQL_TCP_KEEPALIVES_INTERVAL` | Set the TCP keepalive interval time | `nil` |