добавлена настройка smtp
This commit is contained in:
parent
7a92e754e5
commit
2a0f35bd79
@ -54,6 +54,18 @@ configs:
|
|||||||
enabled: true
|
enabled: true
|
||||||
cluster-name: eisa-${BRANCH}
|
cluster-name: eisa-${BRANCH}
|
||||||
stack: tunnel
|
stack: tunnel
|
||||||
|
spring:
|
||||||
|
mail:
|
||||||
|
host: smtp.gmail.com
|
||||||
|
port: 587
|
||||||
|
username: expertisaewh@gmail.com
|
||||||
|
password: ${{ secrets.notification_password }}
|
||||||
|
properties:
|
||||||
|
mail:
|
||||||
|
smtp:
|
||||||
|
auth: true
|
||||||
|
starttls:
|
||||||
|
enable: true
|
||||||
eisa:
|
eisa:
|
||||||
force-core-update: true
|
force-core-update: true
|
||||||
metadata-git:
|
metadata-git:
|
||||||
|
Loading…
Reference in New Issue
Block a user