добавлена настройка smtp
This commit is contained in:
parent
7a92e754e5
commit
2a0f35bd79
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user