This commit is contained in:
Fergal Moran
2015-08-20 10:04:52 +01:00
parent 4d394a40e0
commit ae61e384f8
2 changed files with 3 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ THUMBNAIL_PREFIX = '_tn/'
# THUMBNAIL_STORAGE = 'storages.backends.azure_storage.AzureStorage'
JWT_AUTH = {
'JWT_EXPIRATION_DELTA': timedelta(seconds=900),
'JWT_EXPIRATION_DELTA': timedelta(seconds=10),
'JWT_ALLOW_REFRESH': True,
'JWT_REFRESH_EXPIRATION_DELTA': timedelta(days=30),
}