изменены настройки smtp на yandex
This commit is contained in:
parent
ff3186c85e
commit
7cb29baed6
@ -54,18 +54,20 @@ configs:
|
|||||||
enabled: true
|
enabled: true
|
||||||
cluster-name: eisa-${BRANCH}
|
cluster-name: eisa-${BRANCH}
|
||||||
stack: tunnel
|
stack: tunnel
|
||||||
#spring:
|
spring:
|
||||||
# mail:
|
mail:
|
||||||
# host: smtp.gmail.com
|
host: smtp.yandex.ru
|
||||||
# port: 587
|
port: 465
|
||||||
# username: expertisaewh@gmail.com
|
username: expertisaewh@yandex.ru
|
||||||
# password: ${NOTIFICATION_PASSWORD}
|
password: ${NOTIFICATION_PASSWORD}
|
||||||
# properties:
|
properties:
|
||||||
# mail:
|
mail:
|
||||||
# smtp:
|
transport:
|
||||||
# auth: true
|
protocol: smtps
|
||||||
# starttls:
|
smtp:
|
||||||
# enable: true
|
auth: true
|
||||||
|
ssl:
|
||||||
|
enable: true
|
||||||
eisa:
|
eisa:
|
||||||
force-core-update: true
|
force-core-update: true
|
||||||
metadata-git:
|
metadata-git:
|
||||||
|
Loading…
Reference in New Issue
Block a user