Skip to content

Commit

Permalink
fix: update security token secret and issuer in application-test.prop…
Browse files Browse the repository at this point in the history
…erties
  • Loading branch information
LeonardoMeireles55 committed Jan 30, 2025
1 parent 1d731fd commit 33b6c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ [email protected],[email protected]
# ===============================
# = SECURITY CONFIGURATION
# ===============================
api.security.token.secret=${API_SECURITY_TOKEN_SECRET}
api.security.issuer=${API_SECURITY_ISSUER}
api.security.token.secret=${API_SECURITY_TOKEN_SECRET:2491}
api.security.issuer=${API_SECURITY_ISSUER:lab-api}

0 comments on commit 33b6c1b

Please sign in to comment.