chore: update mail configuration for Brevo SMTP and Gitea secrets

This commit is contained in:
2026-08-06 22:10:19 +02:00
parent 019a445d2c
commit 1a49216b02
5 changed files with 54 additions and 4 deletions
@@ -20,12 +20,14 @@ spring:
mail:
host: ${SPRING_MAIL_HOST:localhost}
port: ${SPRING_MAIL_PORT:1025}
username: ${SPRING_MAIL_USERNAME:}
password: ${SPRING_MAIL_PASSWORD:}
properties:
mail:
smtp:
auth: false
auth: ${SPRING_MAIL_PROPERTIES_MAIL_SMTP_AUTH:false}
starttls:
enable: false
enable: ${SPRING_MAIL_PROPERTIES_MAIL_SMTP_STARTTLS_ENABLE:false}
server:
port: 8080
@@ -35,3 +37,8 @@ app:
sporteasy:
base-url: https://www.sporteasy.net/join/
logging:
level:
com.astalange: DEBUG