Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Dapp-Learning-DAO/Official-website-…
Browse files Browse the repository at this point in the history
…backend into dev
  • Loading branch information
yuanmomo committed Jun 29, 2024
2 parents 358b9a1 + 01ebda4 commit 939d268
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ spring:
order_inserts: true
order_updates: true
mail:
host: ${SMTP_SERVER:smtp.gmail.com}
port: ${SMTP_SERVER_PORT:587}
host: ${SMTP_SERVER:smtp.163.com}
port: ${SMTP_SERVER_PORT:465}
username: ${MAIL_ADDRESS}
password: ${MAIL_PASSWORD}
properties:
mail:
smtp:
auth: true
ssl:
enable: true
starttls:
enable: true
session:
Expand Down

0 comments on commit 939d268

Please sign in to comment.