Skip to content

Commit

Permalink
update application.props to disable shutdown actuator (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-stuartm authored Feb 7, 2024
1 parent a5652a7 commit 1e26e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ management.endpoints.web.base-path=/

management.endpoints.enabled-by-default=false
management.endpoint.health.enabled=true
management.endpoint.shutdown.enabled=false

management.endpoints.web.exposure.include=health
management.endpoints.jmx.exposure.exclude=*
Expand Down

0 comments on commit 1e26e07

Please sign in to comment.