diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index e94218e..bd28b9e 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -6,6 +6,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true JWT_SECRET=${JWT_SECRET} + # Actuator endpoints management.endpoints.web.exposure.include=* management.endpoint.prometheus.enabled=true