Skip to content

Commit

Permalink
Merge pull request #53 from aodn/features/5400-enable-prod-config
Browse files Browse the repository at this point in the history
add config to expose info and health
  • Loading branch information
nandeeshsb9 authored Jun 26, 2024
2 parents a3c1115 + 01e746b commit 842fa1c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
management.endpoints.web.base-path=/srv/api/manage
management.endpoints.web.exposure.include=health,info

management.endpoint.health.show-details=always
management.health.elasticsearch.enabled=false
management.health.ldap.enabled=false

0 comments on commit 842fa1c

Please sign in to comment.