Skip to content

Commit

Permalink
update appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
junioranheu committed Oct 30, 2024
1 parent 5433226 commit 78d84bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth.API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"JwtSettings": {
"Secret": "fedaf7d8863b48e197b9287d492b708aea",
"TokenExpiryMinutes": 30,
"TokenExpiryMinutes": 1,
"RefreshTokenExpiryMinutes": 20160, // 14d;
"Issuer": "Auth.API",
"Audience": "Auth.API"
Expand Down

0 comments on commit 78d84bf

Please sign in to comment.