Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
Disabled the health endpoint as it does not seem to be configured properly.
  • Loading branch information
nhkhai committed May 3, 2024
1 parent 37b74ac commit 8412cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ springdoc.swagger-ui.path=/swagger-ui.html

# Enable Actuator Endpoints.
# management.endpoints.web.exposure.include= "*"
management.endpoints.web.exposure.include=health
# management.endpoints.web.exposure.include=health
# management.endpoint.health.show-details=always

# Profile management.
Expand Down

0 comments on commit 8412cbe

Please sign in to comment.