From a7722c1f777a426fdab68ae405cbef983fb1b635 Mon Sep 17 00:00:00 2001 From: Kanashimo <66676567+Kanashimo@users.noreply.github.com> Date: Wed, 19 Aug 2026 21:48:21 +0200 Subject: [PATCH] chore: add missing PORT environment variable to README (#576) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7822aa0..86eb72b 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ All are optional, JWT_SECRET is recommended to be set. | LANGUAGE | en | Language to format date strings in, specified as a [BCP 47 language tag](https://en.wikipedia.org/wiki/IETF_language_tag) | | UNAUTHENTICATED_USER_SHARING | false | Shares conversion history between all unauthenticated users | | MAX_CONVERT_PROCESS | 0 | Maximum number of concurrent conversion processes allowed. Set to 0 for unlimited. | +| PORT | 3000 | Application listen port | ### Docker images