Skip to content

Commit

Permalink
fix: Update JwtTokenService.java call env
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunawood authored Dec 20, 2024
1 parent a881c74 commit 9fac410
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
@Slf4j
@Service
public class JwtTokenService {
Dotenv dotenv = Dotenv.configure().load();


private String secret = System.getenv("JWT_SECRET_KEY");

private int accessTokenExpMinutes = 1728000 * 1000; // 10분
Expand Down

0 comments on commit 9fac410

Please sign in to comment.