From cccb386c708eba74ae297ebad5d8aaa52cb8b0c8 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 29 Nov 2025 09:18:00 +0100 Subject: [PATCH] feat(#23): Remove mail health check --- legalconsenthub-backend/src/main/resources/application.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legalconsenthub-backend/src/main/resources/application.yaml b/legalconsenthub-backend/src/main/resources/application.yaml index 7a48d48..1afcbee 100644 --- a/legalconsenthub-backend/src/main/resources/application.yaml +++ b/legalconsenthub-backend/src/main/resources/application.yaml @@ -56,3 +56,8 @@ spring: connectiontimeout: 5000 timeout: 5000 writetimeout: 5000 + +management: + health: + mail: + enabled: false