mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-06-13 21:19:08 +00:00
add cicd
This commit is contained in:
@@ -11,6 +11,16 @@ spring:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||
datasource:
|
||||
hikari:
|
||||
maximum-pool-size: 5
|
||||
minimum-idle: 2
|
||||
connection-timeout: 10000 # 10초
|
||||
max-lifetime: 580000 # 약 9.6분 (DB wait_timeout보다 짧게)
|
||||
idle-timeout: 300000 # 5분
|
||||
validation-timeout: 3000 # 3초
|
||||
leak-detection-threshold: 30000
|
||||
connection-test-query: SELECT 1
|
||||
|
||||
# JWT 설정
|
||||
jwt:
|
||||
|
||||
Reference in New Issue
Block a user