Skip to content

Commit

Permalink
[bitnami/postegresql-repmgr] Added missing postgresql environment var…
Browse files Browse the repository at this point in the history
…iables (#52254)

Added postgresql environment variables regarding
connections to README.md. Defa

Signed-off-by: Daniel Camarena <daniel.camarena@azo.com>
  • Loading branch information
dcamarenaAZO authored Dec 4, 2023
1 parent e0d89a9 commit 831df63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bitnami/postgresql-repmgr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 831df63

Please sign in to comment.