mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
clarify FileDir configuration variable
This commit is contained in:
parent
1d73f17d46
commit
9333520183
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Option | Use
|
|||
------------------ | -------------------------------------------------------------------
|
||||
`Port` | the port number jaf will listen on
|
||||
`LinkPrefix` | a string that will be prepended to the file name generated by jaf
|
||||
`FileDir` | path to the directory jaf will save uploaded files in
|
||||
`FileDir` | path to the directory jaf will save uploaded files in. if using docker-compose needs to be the same as the target mount point (the right side)
|
||||
`LinkLength` | the number of characters the generated file name is allowed to have
|
||||
`ScrubExif` | whether to remove EXIF tags from uploaded JPEG and PNG images (`true` or `false`)
|
||||
`ExifAllowedIds` | a space-separated list of EXIF tag IDs that should be preserved through EXIF scrubbing (only relevant if `ScrubExif` is `true`)
|
||||
|
|
Loading…
Reference in a new issue