diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 809ad6e..0fe307a 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -9,7 +9,7 @@ JWT_SECRET=${JWT_SECRET} # Actuator endpoints management.endpoints.web.exposure.include=* management.endpoint.prometheus.enabled=true -spring.datasource.hikari.maximum-pool-size=20 + # Prometheus configuration management.prometheus.metrics.export.enabled=true