Skip to content

Commit

Permalink
configure hikari
Browse files Browse the repository at this point in the history
  • Loading branch information
eziztm committed Sep 4, 2023
1 parent 05bacf1 commit 1de624e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spring.datasource.username=${BACKEND_DB_USERNAME}
spring.datasource.password=${BACKEND_DB_PASSWORD}
spring.datasource.hikari.minimum-idle=1
spring.datasource.hikari.maximum-pool-size=2
spring.datasource.hikari.idle-timeout=300000
spring.datasource.hikari.max-lifetime=540000
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
#spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.hibernate.ddl-auto=none
Expand Down

0 comments on commit 1de624e

Please sign in to comment.