Update environment-variables.md

This commit is contained in:
Amruth Pillai
2022-11-23 17:28:48 +01:00
committed by GitHub
parent 842347bea6
commit 2668752937

View File

@ -169,3 +169,13 @@ You can either use S3 or any S3-compliant service such as DigitalOcean Spaces to
#### `STORAGE_SECRET_KEY`
**Required**: `yes`
### Cache
These are just some settings to help ease the repetitive requests made to the server.
#### `PDF_DELETION_TIME`
**Required**: `no`
**Default Value**: `345600000 ms` / `4 days`
**Description:** Determines when the PDF should be deleted from the server, in case the user tries to download it again (in ms)