Skip to content

Commit 31ac2c8

Browse files
author
georgreen
committed
[Chore: #147219801] Update congigurations
1 parent 01f0579 commit 31ac2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Config():
1515
DEVELOPMENT = False
1616
SWAGGER_UI_DOC_EXPANSION = 'list'
1717
SWAGGER_UI_JSONEDITOR = True
18-
JWT_ACCESS_TOKEN_EXPIRES = timedelta(minutes=360)
18+
JWT_ACCESS_TOKEN_EXPIRES = timedelta(minutes=120)
1919

2020

2121
class DevelopmentConfig(Config):

0 commit comments

Comments
 (0)