Skip to content

Commit

Permalink
Add ssl require true to PG config
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Nov 14, 2024
1 parent 2856059 commit 000645e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ backend:
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
ssl:
require: true
# https://node-postgres.com/features/ssl
# you can set the sslmode configuration option via the `PGSSLMODE` environment variable
# see https://www.postgresql.org/docs/current/libpq-ssl.html Table 33.1. SSL Mode Descriptions (e.g. require)
Expand Down

0 comments on commit 000645e

Please sign in to comment.