From 423965f8337281b7eb7b0eb5ecd04be111c0610c Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Tue, 28 Jan 2025 18:51:44 +0000 Subject: [PATCH] chore: amend available values for PAGE_LIMIT --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56021c4..dacc359 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ There are additional environment variables that can be set to enable experimenta | Environment Variable | Values | Default | Description | -| -------------------- | ----------------- |:-------:| ---------------------------------- | +| -------------------- |:-----------------:|:-------:| ---------------------------------- | | TAGS_ENABLED | `true` \| `false` | false | Enables the tagging functionality | | SEARCH_ENABLED | `true` \| `false` | false | Enables screenshot search | -| PAGE_LIMIT | `true` \| `false` | 24 | Override the default page limit | +| PAGE_LIMIT | `int` | 24 | Override the default page limit | You can find the container image history [here](https://git.jrdn.dev/jordanwalster/-/packages/container/photon-dashboard/versions).