From 88fe6e5135f1ed8a732b5c47be95695748f84433 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Fri, 8 May 2020 19:29:47 -0700 Subject: [PATCH] fix description of MOONFIRE_DEV_HOST --- guide/developing-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/developing-ui.md b/guide/developing-ui.md index dd6ea1b..a11b536 100644 --- a/guide/developing-ui.md +++ b/guide/developing-ui.md @@ -44,7 +44,7 @@ The configuration understands these environment variables: | :------------------ | :------------------------------------------ | :----------------------- | | `MOONFIRE_URL` | base URL of the backing Moonfire NVR server | `http://localhost:8080/` | | `MOONFIRE_DEV_PORT` | port to listen on | 3000 | -| `MOONFIRE_DEV_HOST` | base URL of the backing Moonfire NVR server | `localhost` (1) | +| `MOONFIRE_DEV_HOST` | host/IP to listen on (or `0.0.0.0`) | `localhost` (1) | (1) Moonfire NVR's `webpack/dev.config.js` has no default value for `MOONFIRE_DEV_HOST`. `webpack-dev-server` itself has a default of `localhost`,