fix #1095: make PDF_DELETION_TIME optional, add default value

This commit is contained in:
Amruth Pillai
2022-11-23 11:51:28 +01:00
parent 6bd7b9a50f
commit d1a1b68302
3 changed files with 5 additions and 3 deletions

View File

@ -34,7 +34,7 @@ STORAGE_ENDPOINT=
STORAGE_URL_PREFIX=
STORAGE_ACCESS_KEY=
STORAGE_SECRET_KEY=
PDF_DELETION_TIME=
PDF_DELETION_TIME=345600000
# Flags (Client)
PUBLIC_FLAG_DISABLE_SIGNUPS=false