From 3e61d8a2712a5d93419ad47f91f74e38f4d7bbf1 Mon Sep 17 00:00:00 2001 From: Daniel Camarena Date: Tue, 31 Oct 2023 10:51:31 +0100 Subject: [PATCH] Added postgresql environment variables regarding connections to README.md. Defa Signed-off-by: Daniel Camarena --- bitnami/postgresql-repmgr/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bitnami/postgresql-repmgr/README.md b/bitnami/postgresql-repmgr/README.md index 6667340a1f3ca..98e54b69e57af 100644 --- a/bitnami/postgresql-repmgr/README.md +++ b/bitnami/postgresql-repmgr/README.md @@ -595,6 +595,11 @@ Please see the list of environment variables available in the Bitnami PostgreSQL | POSTGRESQL_TLS_CA_FILE | `nil` | | POSTGRESQL_TLS_CRL_FILE | `nil` | | POSTGRESQL_TLS_PREFER_SERVER_CIPHERS | `yes` | +| POSTGRESQL_MAX_CONNECTIONS | `100` | +| POSTGRESQL_TCP_KEEPALIVES_IDLE | `0` | +| POSTGRESQL_TCP_KEEPALIVES_INTERVAL | `0` | +| POSTGRESQL_TCP_KEEPALIVES_COUNT | `0` | +| POSTGRESQL_STATEMENT_TIMEOUT | `0` | ## Logging