From 01e746b72219efd95556d54a8b627e3f591ff901 Mon Sep 17 00:00:00 2001 From: utas-raymondng Date: Wed, 26 Jun 2024 14:11:22 +1000 Subject: [PATCH] add config to expose info and health --- .../src/main/resources/application-production.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 geonetwork-core/src/main/resources/application-production.properties diff --git a/geonetwork-core/src/main/resources/application-production.properties b/geonetwork-core/src/main/resources/application-production.properties new file mode 100644 index 0000000..3a104e0 --- /dev/null +++ b/geonetwork-core/src/main/resources/application-production.properties @@ -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