Skip to content

Commit

Permalink
Merge pull request #43 from cheng521521/main
Browse files Browse the repository at this point in the history
feat: add mail config
  • Loading branch information
hotaplayer authored Nov 2, 2023
2 parents 319a5e0 + 900f023 commit 7c9b28b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server:
port: 8080
port: 8082
servlet:
session:
timeout: 6m
Expand All @@ -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 7c9b28b

Please sign in to comment.