Skip to content

Commit

Permalink
Merge pull request #98 from fourix4/refactor/booking
Browse files Browse the repository at this point in the history
quartz properties 수정
  • Loading branch information
llynn97 authored Jul 23, 2024
2 parents 141d555 + ad81b88 commit 3fad32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/quartz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ org.quartz.dataSource.quartz.provider=hikaricp
org.quartz.dataSource.quartz.driver=com.mysql.cj.jdbc.Driver
org.quartz.dataSource.quartz.URL=${DB_URL}
org.quartz.dataSource.quartz.user=${DB_USER}
org.quartz.dataSource.quartz.password=${DB_PASSWORD}
org.quartz.dataSource.quartz.maxConnections=30

0 comments on commit 3fad32d

Please sign in to comment.