From 66782a5b0a5b5f92ea8127514a65670670352dd6 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Thu, 8 Jul 2021 13:49:48 +0300 Subject: [PATCH] docs(readme): add LISTEN_ADDRESS to environment variables reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d0be88..b35ac4a 100755 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Advanced manual setups are also supported. Check the following environment varia | Name | Default value | Description | | ---------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | | NODE_ENV | unset | You could learn more [here](https://nodejs.dev/learn/nodejs-the-difference-between-development-and-production) | +| LISTEN_ADDRESS | 0.0.0.0 | Express server listen address | | ZU_SERVE_FRONTEND | true | You could disable frontend serving and use ZeroUI instance as REST API for your ZeroTier controller | | ZU_SECURE_HEADERS | true | Enables [helmet](https://helmetjs.github.io) | | ZU_CONTROLLER_ENDPOINT | http://localhost:9993/ | ZeroTier controller API endpoint |