feat: ajout du système d'invitations SportEasy et suivi des emails
This commit is contained in:
@@ -17,9 +17,21 @@ spring:
|
||||
enabled: true
|
||||
locations: classpath:db/migration
|
||||
validate-on-migrate: false
|
||||
mail:
|
||||
host: ${SPRING_MAIL_HOST:localhost}
|
||||
port: ${SPRING_MAIL_PORT:1025}
|
||||
properties:
|
||||
mail:
|
||||
smtp:
|
||||
auth: false
|
||||
starttls:
|
||||
enable: false
|
||||
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
app:
|
||||
version: @project.version@
|
||||
|
||||
sporteasy:
|
||||
base-url: https://www.sporteasy.net/join/
|
||||
|
||||
Reference in New Issue
Block a user