Skip to content

Commit

Permalink
Merge pull request #226 from Link-MIND/test
Browse files Browse the repository at this point in the history
[#224] 토큰 시간 변경
  • Loading branch information
sss4920 authored Feb 8, 2024
2 parents f26c042 + 9cc49b8 commit 4c431b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public class AuthService {
private final SlackApi slackApi;


private final Long TOKEN_EXPIRATION_TIME_ACCESS = 3*24*60 * 60 * 1000L; //3일
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 8*24*60 * 60 * 1000L; //8일
private final Long TOKEN_EXPIRATION_TIME_ACCESS = 7*24*60 * 60 * 1000L; //7일
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 14*24*60 * 60 * 1000L; //14일
@Value("${static-image.root}")
private String BASIC_ROOT;

Expand Down

0 comments on commit 4c431b4

Please sign in to comment.