Skip to content

Commit

Permalink
Update TokenService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 authored Jan 18, 2025
1 parent 036b43e commit 53e10b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
@Service
public class TokenService {

@Value("${api.security.token.secret}")
@Value("${API_SECURITY_TOKEN_SECRET}")
private String SECRET;
@Value("${api.security.issuer}")
@Value("${API_SECURITY_ISSUER}")
private String ISSUER;

public String generateToken(User user) {
Expand Down

0 comments on commit 53e10b8

Please sign in to comment.