Skip to content

Commit

Permalink
Merge pull request #64 from Link-MIND/refactor/#63
Browse files Browse the repository at this point in the history
[#63] refactor: μž‘μ—…μ„ μœ„ν•œ 토큰 μ‹œκ°„ λ³€κ²½
  • Loading branch information
sss4920 committed Jan 14, 2024
2 parents 494f42c + 29d7ef1 commit 3559289
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class AuthService {
private final SlackApi slackApi;


private final Long TOKEN_EXPIRATION_TIME_ACCESS = 1* 60 * 1000L; //1λΆ„
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 3 * 60 * 1000L; //3λΆ„
private final Long TOKEN_EXPIRATION_TIME_ACCESS = 60* 60 * 1000L; //1λΆ„
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 3*60 * 60 * 1000L; //3λΆ„
@Value("${static-image.root}")
private String BASIC_ROOT;

Expand Down

0 comments on commit 3559289

Please sign in to comment.