be consistent with env var names
This commit is contained in:
parent
6fd3b598ab
commit
d8f2e03d36
3 changed files with 34 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ uv sync --all-groups
|
|||
uv run repub
|
||||
```
|
||||
|
||||
By default the UI listens on `127.0.0.1:8080`. You can override that with `REPUB_HOST` and `REPUB_PORT`, or with:
|
||||
By default the UI listens on `127.0.0.1:8080`. You can override that with `REPUBLISHER_HOST` and `REPUBLISHER_PORT`, or with:
|
||||
|
||||
```sh
|
||||
uv run repub serve --host 0.0.0.0 --port 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue