Skip to content

Commit

Permalink
Merge pull request #46 from cheng521521/main
Browse files Browse the repository at this point in the history
fix: update application-template.yml email config
  • Loading branch information
yanyanho authored Nov 3, 2023
2 parents 6696762 + 77a62a1 commit 030a80d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ spring:
show-sql: true
database-platform: org.hibernate.dialect.MySQL5Dialect
mail:
host: smtp.gmail.com
port: 587
username: yanyanho126@gmail.com
password: ${GMAIL_PASSWORD}
host: smtp.163.com
port: 465
username: 15503679582@163.com
password: OXWEDGWEOGIGVWJN
properties:
mail:
smtp:
Expand Down

0 comments on commit 030a80d

Please sign in to comment.