mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-20 05:13:57 -07:00
docs(readme): add LISTEN_ADDRESS to environment variables reference
This commit is contained in:
parent
02b81db82f
commit
66782a5b0a
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ Advanced manual setups are also supported. Check the following environment varia
|
||||||
| Name | Default value | Description |
|
| Name | Default value | Description |
|
||||||
| ---------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
| ---------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
||||||
| NODE_ENV | unset | You could learn more [here](https://nodejs.dev/learn/nodejs-the-difference-between-development-and-production) |
|
| 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_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_SECURE_HEADERS | true | Enables [helmet](https://helmetjs.github.io) |
|
||||||
| ZU_CONTROLLER_ENDPOINT | http://localhost:9993/ | ZeroTier controller API endpoint |
|
| ZU_CONTROLLER_ENDPOINT | http://localhost:9993/ | ZeroTier controller API endpoint |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue