chore: fix incorrect env var defaults for 'host' & 'port'
All checks were successful
Build / build (push) Successful in 31s
All checks were successful
Build / build (push) Successful in 31s
This commit is contained in:
parent
5303d81b19
commit
8dd702515d
@ -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.|✔||
|
||||
|
Loading…
x
Reference in New Issue
Block a user