Pārlūkot izejas kodu

health.mail false

MaxKey 3 gadi atpakaļ
vecāks
revīzija
9aad73aa9d

+ 1 - 0
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 

+ 1 - 0
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

+ 1 - 0
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