Skip to content

Commit

Permalink
Merge pull request #78 from Link-MIND/test
Browse files Browse the repository at this point in the history
[Merge] ํ† ํฐ ์‹œ๊ฐ„ ๋ฌด์ œํ•œ์œผ๋กœ ๋ณ€๊ฒฝ
  • Loading branch information
sss4920 committed Jan 14, 2024
2 parents 837ce60 + 3fb625f commit cd5ad7c
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 = 60* 60 * 1000L; //1๋ถ„
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 3*60 * 60 * 1000L; //3๋ถ„
private final Long TOKEN_EXPIRATION_TIME_ACCESS = 60*60*60* 60 * 1000L; //3600์‹œ๊ฐ„
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 60*60*3*60 * 60 * 1000L; //3*3600์‹œ๊ฐ„
@Value("${static-image.root}")
private String BASIC_ROOT;

Expand Down

0 comments on commit cd5ad7c

Please sign in to comment.