добавлены настройки для нотификации
This commit is contained in:
parent
b1f05c3fe4
commit
a6db7bc427
@ -27,6 +27,20 @@ configs:
|
|||||||
embedded:
|
embedded:
|
||||||
enabled: true
|
enabled: true
|
||||||
cluster-name: eisa-master
|
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:
|
eisa:
|
||||||
force-core-update: true
|
force-core-update: true
|
||||||
metadata-git:
|
metadata-git:
|
||||||
|
Loading…
Reference in New Issue
Block a user