Skip to content

Commit

Permalink
docs: correct descriptions for POSTGRESQL_LOG_TIMEZONE and POSTGRESQL…
Browse files Browse the repository at this point in the history
…_TIMEZONE

Signed-off-by: LuccaRebelloToledo <luccarebtoledo@gmail.com>
  • Loading branch information
LuccaRebelloToledo committed Oct 15, 2024
1 parent 0fc18e7 commit 9822564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitnami/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 9822564

Please sign in to comment.