Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Nov 3, 2023
2 parents 5bbd0e0 + 7c9b28b commit e65f877
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 e65f877

Please sign in to comment.