добавлены настройки для нотификации
This commit is contained in:
parent
b1f05c3fe4
commit
a6db7bc427
@ -27,6 +27,20 @@ configs:
|
||||
embedded:
|
||||
enabled: true
|
||||
cluster-name: eisa-master
|
||||
spring:
|
||||
mail:
|
||||
host: smtp.yandex.ru
|
||||
port: 465
|
||||
username: expertisaewh@yandex.ru
|
||||
password: ${NOTIFICATION_PASSWORD}
|
||||
properties:
|
||||
mail:
|
||||
transport:
|
||||
protocol: smtps
|
||||
smtp:
|
||||
auth: true
|
||||
ssl:
|
||||
enable: true
|
||||
eisa:
|
||||
force-core-update: true
|
||||
metadata-git:
|
||||
|
Loading…
Reference in New Issue
Block a user