From 8dd702515dac368dd4d1c7b015a587557a347191 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Sat, 17 May 2025 00:16:14 +0100 Subject: [PATCH] chore: fix incorrect env var defaults for 'host' & 'port' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef3c085..5641114 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ |Variable|Description|Required|Default Value| |-|-|:-:|-| -|`HOST`|The application host.|✔|| -|`PORT`|The application port.|✔|| +|`HOST`|The application host.||`localhost`| +|`PORT`|The application port.||`3000`| |`PUBLIC_URL`|The public endpoint of the web ui.|✔|| |`BOT_TOKEN`|Authentication for the Discord Bot.|✔|| |`DATABASE_URL`|Postgresql connection string.|✔||