Skip to content

Commit

Permalink
Merge pull request #19 from Nexters/develop
Browse files Browse the repository at this point in the history
배포 테스트
  • Loading branch information
RokwonK authored Jul 23, 2023
2 parents d261273 + bcaefe2 commit ec020a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyme-backend-config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class JwtTokenProvider {
@Value("${security.jwt.secretKey}")
private String secretKey;

private final int EXPIRATION_MS = 172800000; // 2일
private final int EXPIRATION_MS = 30 * 24 * 60 * 60 * 1000; // 30일

public String createToken(Long memberId) {
Date now = new Date();
Expand Down

0 comments on commit ec020a9

Please sign in to comment.