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