chore: fix incorrect env var defaults for 'host' & 'port'
All checks were successful
Build / build (push) Successful in 31s

This commit is contained in:
Corban-Lee Jones 2025-05-17 00:16:14 +01:00
parent 5303d81b19
commit 8dd702515d

View File

@ -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.|✔||