Remove unused APP_HOST/APP_PORT settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user