be consistent with env var names

This commit is contained in:
Abel Luck 2026-03-30 15:23:34 +02:00
parent 6fd3b598ab
commit d8f2e03d36
3 changed files with 34 additions and 5 deletions

View file

@ -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