Skip to content

Commit

Permalink
chore: 인덴테이션 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca committed Jul 10, 2024
1 parent e2b9994 commit d0b9d5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions api-repo/src/main/resources/application-api-repo-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ spring:
password: ${DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
pool-name: HikariCP
minimum-idle: 4
maximum-pool-size: 16
connection-timeout: 30000 # 30 seconds
idle-timeout: 300000 # 5 minutes
max-lifetime: 1800000 # 30 minutes
connection-test-query: SELECT 1
pool-name: HikariCP
minimum-idle: 4
maximum-pool-size: 16
connection-timeout: 30000 # 30 seconds
idle-timeout: 300000 # 5 minutes
max-lifetime: 1800000 # 30 minutes
connection-test-query: SELECT 1
flyway:
locations: classpath:db/migration/entity
sql-migration-suffixes: sql
Expand Down

0 comments on commit d0b9d5e

Please sign in to comment.