From 9aad73aa9de60ab0d57cfdc5553f7e0bddc19c39 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Sun, 14 Nov 2021 21:42:41 +0800 Subject: [PATCH] health.mail false --- .../src/main/resources/application-http.properties | 1 + .../src/main/resources/application-https.properties | 1 + .../src/main/resources/application-http.properties | 1 + 3 files changed, 3 insertions(+) diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties index 18b3f2bc..152452cf 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-http.properties @@ -322,6 +322,7 @@ management.endpoint.health.show-details =ALWAYS #Spring Boot Admin Client spring.boot.admin.client.url =${SPRING_BOOT_ADMIN_URL:http://127.0.0.1:9528} management.health.redis.enabled =false +management.health.mail.enabled =false ############################################################################ #Do not modify the following configuration diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties index d863936d..07b0e39d 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application-https.properties @@ -324,6 +324,7 @@ management.endpoint.health.show-details =ALWAYS #Spring Boot Admin Client spring.boot.admin.client.url =${SPRING_BOOT_ADMIN_URL:http://127.0.0.1:9528} management.health.redis.enabled =false +management.health.mail.enabled =false ############################################################################ #Do not modify the following configuration diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties index bcdbfab3..34a614ba 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties @@ -229,6 +229,7 @@ management.endpoint.health.show-details =ALWAYS #Spring Boot Admin Client spring.boot.admin.client.url =${SPRING_BOOT_ADMIN_URL:http://127.0.0.1:9528} management.health.redis.enabled =false +management.health.mail.enabled =false ############################################################################ #Do not modify the following configuration