23
1
Fork 0

add expiration time 2 days

This commit is contained in:
Romain H 2021-05-02 22:08:28 +02:00 committed by Romain Hv
parent 13a470ecc4
commit 0eb2967672
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,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: {