Remove unused APP_HOST/APP_PORT settings

This commit is contained in:
2026-09-04 19:57:31 +08:00
committed by woggioni
parent b8f4e3026b
commit 628903afe0
3 changed files with 3 additions and 10 deletions
+3 -2
View File
@@ -69,10 +69,11 @@ Environment variables (see `.env.example`):
| Variable | Default | Description |
|---|---|---|
| `APP_HOST` | `0.0.0.0` | Bind host (informational; granian is configured via `GRANIAN_*`) |
| `APP_PORT` | `8000` | Bind port (informational) |
| `SITE_NAME` | `pyfconfig` | Public name used in the HTML page title and the curl examples (set to your domain, e.g. `ifconfig.example.com`) |
The bind address is configured through Granian itself (`GRANIAN_HOST` /
`GRANIAN_PORT` env vars or `--host` / `--port` CLI flags).
## Tests
```bash