mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
modify default token expired time
This commit is contained in:
+2
-2
@@ -93,8 +93,8 @@ secret_key =
|
||||
# Set to true to enable two factor authorization
|
||||
enable_two_factor = true
|
||||
|
||||
# Token expired seconds, default is 604800 (7 days)
|
||||
token_expired_time = 604800
|
||||
# Token expired seconds, default is 2592000 (30 days)
|
||||
token_expired_time = 2592000
|
||||
|
||||
# Temporary token expired seconds, default is 300 (5 minutes)
|
||||
temporary_token_expired_time = 300
|
||||
|
||||
Reference in New Issue
Block a user