добавлена настройка smtp

This commit is contained in:
StepanDemin 2024-11-22 09:47:05 +03:00
parent 7a92e754e5
commit 2a0f35bd79

View File

@ -54,6 +54,18 @@ configs:
enabled: true
cluster-name: eisa-${BRANCH}
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:
force-core-update: true
metadata-git: