Skip to content

Commit

Permalink
Document jpeg quality config setting (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash authored Jan 24, 2025
1 parent 0c3bd29 commit 571d2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ There are two ways to authenticate a user in Stash-box: a session or an API key.
| `host_url` | (none) | Base URL for the server. Used when sending emails. Should be in the form of `https://hostname.com`. |
| `image_location` | (none) | Path to store images, for local image storage. An error will be displayed if this is not set when creating non-URL images. |
| `image_backend` | (`file`) | Storage solution for images. Can be set to either `file` or `s3`. |
| `image_jpeg_quality` | `75` | Quality setting when resizing JPEG images. Valid values are 0-100. |
| `image_max_size` | (none) | Max size of image, if no size is specified. Omit to return full size. |
| `userLogFile` | (none) | Path to the user log file, which logs user operations. If not set, then these will be output to stderr. |
| `s3.endpoint` | (none) | Hostname to s3 endpoint used for image storage. |
Expand Down

0 comments on commit 571d2e3

Please sign in to comment.