Skip to content

Commit

Permalink
sslmode require
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Nov 19, 2024
1 parent 8d8dedd commit d665b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ outbox:

spring:
datasource:
url: jdbc:postgresql://${DB_INSTANCE:db}:${DB_PORT:5432}/${POSTGRES_DB:sda}?sslmode=${SSL_MODE:require}&sslrootcert=${ROOT_CERT_PATH:/etc/ega/ssl/CA.cert}&sslcert=${CERT_PATH:/etc/ega/ssl/client.cert}&sslkey=${CERT_KEY:/etc/ega/ssl/client.key}
url: jdbc:postgresql://${DB_INSTANCE:db}:${DB_PORT:5432}/${POSTGRES_DB:sda}?sslmode=${SSL_MODE:require}
username: ${POSTGRES_USER:postgres}
password: ${POSTGRES_PASSWORD:rootpasswd}
driver-class-name: org.postgresql.Driver
Expand Down

0 comments on commit d665b21

Please sign in to comment.