Change default PORT from 8196 to 8191 (#267)

This commit is contained in:
Thirawyn91
2025-11-08 23:05:22 +01:00
committed by GitHub
parent b818446cff
commit 58a5567b6d
+1 -1
View File
@@ -36,7 +36,7 @@ Built with [camoufox](https://camoufox.com/) and [FastAPI](https://fastapi.tiang
| Environment Variable | Default | Description |
| -------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `HOST` | `0.0.0.0` | Host address to bind the server to. Use `0.0.0.0` to bind to all IPv4 interfaces, `::` for all IPv6 interfaces, or `127.0.0.1`/`localhost` for local access only. |
| `PORT` | `8196` | Port to bind the server to. |
| `PORT` | `8191` | Port to bind the server to. |
| `PROXY_SERVER` | None | Proxy to use in format: `protocol://host:port`. |
| `PROXY_USERNAME` | None | Username for proxy authentication. |
| `PROXY_PASSWORD` | None | Password for proxy authentication. |