Skip to content

Commit

Permalink
jwt.accessExpirationTimeInMinutes updated to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavGarasym committed Nov 25, 2023
1 parent 83385eb commit b16135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ logs.path=${URL_LOGS}
# JWT
application.jwt.accessSecretKey=${JWT_ACCESS_SECRET_KEY}
application.jwt.refreshSecretKey=${JWT_REFRESH_SECRET_KEY}
application.jwt.accessExpirationTimeInMinutes=30
application.jwt.accessExpirationTimeInMinutes=120
application.jwt.refreshExpirationTimeInDays=3

# OAuth
Expand Down

0 comments on commit b16135d

Please sign in to comment.