add expiration time 2 days

This commit is contained in:
Romain H 2021-05-02 22:08:28 +02:00 committed by root
parent 05c5917044
commit 9b466fff14

View File

@ -26,7 +26,7 @@ const conf = convict({
}, },
expire_times_seconds: { expire_times_seconds: {
format: Array, format: Array,
default: [300, 3600, 86400, 432000, 604800], default: [300, 3600, 86400, 172800, 432000, 604800],
env: 'EXPIRE_TIMES_SECONDS' env: 'EXPIRE_TIMES_SECONDS'
}, },
default_expire_seconds: { default_expire_seconds: {