[CST-5288] Improved health status comment

This commit is contained in:
Luca Giamminonni
2022-05-18 10:07:24 +02:00
parent d4f2dbb3e6
commit 093524bcfd

View File

@@ -15,6 +15,7 @@ management.endpoint.health.status.order= down, out-of-service, up-with-issues, u
management.endpoints.web.exposure.include=health,info
## Configuration to set 200 as status of health http response when it is DOWN or OUT_OF_SERVICE
## The DSpace UI requires these be set to 200 in order to support health status reports when services are down.
management.endpoint.health.status.http-mapping.down = 200
management.endpoint.health.status.http-mapping.out-of-service = 200