Skip to content

Commit

Permalink
fix: 엑세스 토큰 시간 늘림(발표용)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiload committed Sep 6, 2024
1 parent 196a6d0 commit 8c7aa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:

jwt:
secret-key: ${JWT_SECRET}
access-expire: 30m
access-expire: 24h
refresh-expire: 1h

Ai:
Expand Down

0 comments on commit 8c7aa46

Please sign in to comment.