spring: jpa: show-sql: true properties: hibernate: show_sql: true format_sql: false datasource: url: ${DB_CONNECTION_STRING} username: ${DB_USER} password: ${DB_PASSWORD} driver-class-name: org.postgresql.Driver hikari: connection-timeout: 30000 minimum-idle: 3 maximum-pool-size: 5 idle-timeout: 600000 max-lifetime: 1800000