Skip to content

Commit

Permalink
Update for .env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Oct 5, 2024
1 parent 3db823f commit c175d6d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/en/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,10 @@ The number of days that backups are stored. Any backups created after this will
```
ADDITIONAL_UPLOAD_EXTENSIONS
```
Additional upload extensions that are to be allowed, this should be a comma separated string ie `ADDITIONAL_UPLOAD_EXTENSIONS='mp3,mp4,mkv'`
Additional upload extensions that are to be allowed, this should be a comma separated string ie `ADDITIONAL_UPLOAD_EXTENSIONS='mp3,mp4,mkv'`

```
PDF_PAGE_NUMBER_X=0
PDF_PAGE_NUMBER_Y=-6
```
Controls the x/y coordinates of the PDF page numbering (if enabled)

0 comments on commit c175d6d

Please sign in to comment.