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 18b3f2bc0bf6895e396be0c562096303698795c9..152452cf6867ce8084d92218725e13dbf2a72590 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 d863936d64fc5e27fd1ce7a24f8797a39e4ac962..07b0e39d8026e1615f5da2cfd3f2ce46c33ca52c 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 bcdbfab3655a154680f032465a234f97498ea4dd..34a614ba2c7ee81ab738c1aa60dc5cf843d7ce8f 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