Skip to content

Commit dd090b7

Browse files
committed
Update expiration time
1 parent aac66fc commit dd090b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ application:
2020
security:
2121
jwt:
2222
secret-key: 743777217A25432A462D4A614E635266556A586E3272357538782F413F442847
23-
expiration: 60000 # 86400000 # a day
23+
expiration: 86400000 # a day
2424
refresh-token:
2525
expiration: 604800000 # 7 days
2626
server:

0 commit comments

Comments
 (0)