Skip to content

Commit

Permalink
[FIX] fix gcp problem, ga curang :DDD
Browse files Browse the repository at this point in the history
  • Loading branch information
pesolosep committed May 31, 2024
1 parent e45d1b6 commit 0e9c532
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ JWT_SECRET=${JWT_SECRET}
# Actuator endpoints
management.endpoints.web.exposure.include=*
management.endpoint.prometheus.enabled=true
spring.datasource.hikari.maximum-pool-size=20

#HikariCP configuration
spring.datasource.hikari.maximum-pool-size=10
spring.datasource.hikari.minimum-idle=5
spring.datasource.hikari.idle-timeout=30000
spring.datasource.hikari.max-lifetime=1800000
spring.datasource.hikari.connection-timeout=30000

# Prometheus configuration
management.prometheus.metrics.export.enabled=true
Expand Down

0 comments on commit 0e9c532

Please sign in to comment.