cambia configurazione posta per cloud
All checks were successful
Build and Publish / build (push) Successful in 3m1s
All checks were successful
Build and Publish / build (push) Successful in 3m1s
This commit is contained in:
@@ -42,14 +42,15 @@ spring:
|
|||||||
# Remove 'faker' if you do not want the sample data to be loaded automatically
|
# Remove 'faker' if you do not want the sample data to be loaded automatically
|
||||||
contexts: dev, faker
|
contexts: dev, faker
|
||||||
mail:
|
mail:
|
||||||
host: smtps.aruba.it
|
host: mail-eu.smtp2go.com
|
||||||
port: 465
|
port: 587
|
||||||
username: noreply@bigc.it
|
username: artegna
|
||||||
password: Ungr@nb3l4n1m4l0
|
password: gpTottUCcB9GKG15
|
||||||
protocol: smtps
|
protocol: smtp
|
||||||
properties.mail.smtp:
|
properties.mail.smtp:
|
||||||
auth: true
|
auth: true
|
||||||
starttls.enable: true
|
starttls.enable: true
|
||||||
|
starttls.required: true
|
||||||
|
|
||||||
messages:
|
messages:
|
||||||
cache-duration: PT1S # 1 second, see the ISO 8601 standard
|
cache-duration: PT1S # 1 second, see the ISO 8601 standard
|
||||||
|
|||||||
@@ -43,14 +43,15 @@ spring:
|
|||||||
liquibase:
|
liquibase:
|
||||||
contexts: prod
|
contexts: prod
|
||||||
mail:
|
mail:
|
||||||
host: smtps.aruba.it
|
host: mail-eu.smtp2go.com
|
||||||
port: 465
|
port: 587
|
||||||
username: noreply@bigc.it
|
username: artegna
|
||||||
password: Ungr@nb3l4n1m4l0
|
password: gpTottUCcB9GKG15
|
||||||
protocol: smtps
|
protocol: smtp
|
||||||
properties.mail.smtp:
|
properties.mail.smtp:
|
||||||
auth: true
|
auth: true
|
||||||
starttls.enable: true
|
starttls.enable: true
|
||||||
|
starttls.required: true
|
||||||
thymeleaf:
|
thymeleaf:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user