Skip to content

Commit

Permalink
Update: Added K8s & Jenkins CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Nov 1, 2024
1 parent 0fac887 commit d2af4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LMS-Backend/LMSBackend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
}

SIMPLE_JWT = {
'ACCESS_TOKEN_LIFETIME': timedelta(minutes=60),
'REFRESH_TOKEN_LIFETIME': timedelta(days=1),
'ACCESS_TOKEN_LIFETIME': timedelta(days=7),
'REFRESH_TOKEN_LIFETIME': timedelta(days=14),
}

ACCOUNT_EMAIL_VERIFICATION = 'none'
Expand Down

0 comments on commit d2af4cc

Please sign in to comment.