Skip to content

Commit

Permalink
fix description of MOONFIRE_DEV_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed May 9, 2020
1 parent ae5b840 commit 88fe6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/developing-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 88fe6e5

Please sign in to comment.