Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
Disabled details.
  • Loading branch information
nhkhai committed May 3, 2024
1 parent 48ea51e commit 37b74ac
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 @@ -65,7 +65,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
# Enable Actuator Endpoints.
# management.endpoints.web.exposure.include= "*"
management.endpoints.web.exposure.include=health
management.endpoint.health.show-details=always
# management.endpoint.health.show-details=always

# Profile management.
# Spring Boot will always read the application.properties file.
Expand Down

0 comments on commit 37b74ac

Please sign in to comment.