Skip to content

Commit d74aa5e

Browse files
authored
Merge pull request #7 from abengl/develop
chore: update health endpoint
2 parents f226b98 + 48fe0f1 commit d74aa5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application-prod.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ springdoc.swagger-ui.operationsSorter=null
1818
server.forward-headers-strategy=framework
1919

2020
# Actuator
21-
management.endpoints.web.exposure.include=health,info
22-
management.endpoint.health.show-details=when_authorized
21+
management.endpoints.web.exposure.include=health
22+
management.endpoint.health.show-details=never

0 commit comments

Comments
 (0)