Skip to content

Commit

Permalink
GROUP-105 Specify sslMode for R2DBC and JDBC explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
makmn1 committed Jun 23, 2024
1 parent d10c53e commit 1937665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ server:
spring:
r2dbc:
url: r2dbc:postgresql://${POSTGRES_HOST:grouphq-postgres}/grouphq_groups
properties:
sslMode: VERIFY_FULL
flyway:
url: jdbc:postgresql://${POSTGRES_HOST:grouphq-postgres}/grouphq_groups?ssl=true&sslMode=verify-full
rabbitmq:
Expand Down

0 comments on commit 1937665

Please sign in to comment.