cambia configurazione posta per cloud
All checks were successful
Build and Publish / build (push) Successful in 3m1s

This commit is contained in:
2026-04-12 22:23:03 +02:00
parent b152c255b4
commit a1164b185b
2 changed files with 12 additions and 10 deletions

View File

@@ -42,14 +42,15 @@ spring:
# Remove 'faker' if you do not want the sample data to be loaded automatically
contexts: dev, faker
mail:
host: smtps.aruba.it
port: 465
username: noreply@bigc.it
password: Ungr@nb3l4n1m4l0
protocol: smtps
host: mail-eu.smtp2go.com
port: 587
username: artegna
password: gpTottUCcB9GKG15
protocol: smtp
properties.mail.smtp:
auth: true
starttls.enable: true
starttls.required: true
messages:
cache-duration: PT1S # 1 second, see the ISO 8601 standard

View File

@@ -43,14 +43,15 @@ spring:
liquibase:
contexts: prod
mail:
host: smtps.aruba.it
port: 465
username: noreply@bigc.it
password: Ungr@nb3l4n1m4l0
protocol: smtps
host: mail-eu.smtp2go.com
port: 587
username: artegna
password: gpTottUCcB9GKG15
protocol: smtp
properties.mail.smtp:
auth: true
starttls.enable: true
starttls.required: true
thymeleaf:
cache: true