add expiration time 2 days
This commit is contained in:
parent
32e5a2cd4c
commit
b79d5b51e9
@ -49,7 +49,7 @@ const conf = convict({
|
||||
},
|
||||
expire_times_seconds: {
|
||||
format: 'positive-int-array',
|
||||
default: [300, 3600, 86400, 432000, 604800],
|
||||
default: [300, 3600, 86400, 172800, 432000, 604800],
|
||||
env: 'EXPIRE_TIMES_SECONDS'
|
||||
},
|
||||
default_expire_seconds: {
|
||||
|
Loading…
Reference in New Issue
Block a user