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 root
parent 05c5917044
commit 9b466fff14
1 changed files with 1 additions and 1 deletions

View File

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