From b5e5999d8eea4ce6fb414b9ba7771465725e602a Mon Sep 17 00:00:00 2001 From: Kanashimo Date: Tue, 21 Jul 2026 14:31:34 +0200 Subject: [PATCH] chore: add missing PORT environment variable to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7822aa07..2b26e9bf 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ All are optional, JWT_SECRET is recommended to be set. | Name | Default | Description | | ---------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| PORT | 3000 | Application listen port | | JWT_SECRET | when unset it will use the value from randomUUID() | A long and secret string used to sign the JSON Web Token | | ACCOUNT_REGISTRATION | false | Allow users to register accounts | | HTTP_ALLOWED | false | Allow HTTP connections, only set this to true locally |