Skip to content

Commit

Permalink
[Feat] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed Jun 1, 2024
1 parent 22083af commit 4be1397
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zzansuni-api-server/app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jwt:
secret: ${JWT_SECRET:4099a46b-39db-4860-a61b-2ae76ea24c43}
access-token-expire-time: 1800000 # 30 minutes
refresh-token-expire-time: 2592000000 # 30 days
server:
shutdown: graceful
tomcat:
connection-timeout: 20000 # 20 seconds
---
spring:
config:
Expand Down

0 comments on commit 4be1397

Please sign in to comment.