Skip to content

Commit

Permalink
Make sure health is on in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Apr 12, 2024
1 parent 4830e87 commit b583f74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions geonetwork/src/main/resources/application-staging.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
management.endpoints.web.base-path=/srv/api/manage
management.endpoints.web.exposure.include=health,info,env,beans,logfile

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

management.endpoint.logfile.external-file=/var/lib/jetty/logs/geonetwork.log

0 comments on commit b583f74

Please sign in to comment.