Disable new actuator in IT

This commit is contained in:
Jens Vannerum
2025-03-18 10:04:36 +01:00
parent 4bd8a24ca7
commit 20ab43cccc

View File

@@ -158,6 +158,7 @@ proxies.trusted.include_ui_ip = true
# For the tests we have to disable this health indicator because there isn't a mock server and the calculated status was DOWN # For the tests we have to disable this health indicator because there isn't a mock server and the calculated status was DOWN
management.health.solrOai.enabled = false management.health.solrOai.enabled = false
management.health.seo.enabled = false
# Enable researcher profiles and orcid synchronization for tests # Enable researcher profiles and orcid synchronization for tests
researcher-profile.entity-type = Person researcher-profile.entity-type = Person
@@ -192,4 +193,4 @@ ldn.notify.inbox.block-untrusted-ip = true
# ERROR LOGGING # # ERROR LOGGING #
########################################### ###########################################
# Log full stacktrace of other common 4xx errors (for easier debugging of these errors in tests) # Log full stacktrace of other common 4xx errors (for easier debugging of these errors in tests)
logging.server.include-stacktrace-for-httpcode = 422, 400 logging.server.include-stacktrace-for-httpcode = 422, 400