Skip to content

Commit

Permalink
Merge pull request #99 from fourix4/dev
Browse files Browse the repository at this point in the history
quartz properties 수정
  • Loading branch information
llynn97 authored Jul 23, 2024
2 parents 133088f + 3fad32d commit 435794b
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 435794b

Please sign in to comment.