Skip to content

Commit

Permalink
Merge pull request #803 from hmcts/DTSRD-1466-3
Browse files Browse the repository at this point in the history
DTSRD-1466.Updating schema parameter with hibernate
  • Loading branch information
SabinaHMCTS committed Nov 13, 2023
2 parents bde76a1 + 538a399 commit a4cbef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spring:
show-sql: false
properties:
hibernate:
default_schema: dbrdcaseworker
order_updates: true
order_inserts: true
jdbc:
Expand Down Expand Up @@ -61,7 +62,7 @@ spring:
charSet: UTF-8
hikari:
minimumIdle: 2
maximumPoolSize: 10
maximumPoolSize: ${HIKARI_MAX_POOL_SIZE:50}
idleTimeout: 600000
poolName: CWHikariCP
maxLifetime: 1800000
Expand Down

0 comments on commit a4cbef4

Please sign in to comment.