# up expire time

This commit is contained in:
xianfuxing 2018-08-01 20:56:13 +08:00
parent e1b5056346
commit a56e5540d2
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ REST_FRAMEWORK = {
}
JWT_AUTH = {
'JWT_EXPIRATION_DELTA': datetime.timedelta(seconds=600),
'JWT_EXPIRATION_DELTA': datetime.timedelta(seconds=1800),
}
# Custom auth backend