mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +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
|
# Set to true to enable two factor authorization
|
||||||
enable_two_factor = true
|
enable_two_factor = true
|
||||||
|
|
||||||
# Token expired seconds, default is 604800 (7 days)
|
# Token expired seconds, default is 2592000 (30 days)
|
||||||
token_expired_time = 604800
|
token_expired_time = 2592000
|
||||||
|
|
||||||
# Temporary token expired seconds, default is 300 (5 minutes)
|
# Temporary token expired seconds, default is 300 (5 minutes)
|
||||||
temporary_token_expired_time = 300
|
temporary_token_expired_time = 300
|
||||||
|
|||||||
Reference in New Issue
Block a user