From 139d29092e40d1d8926380d9de52a9eb37a8149a Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Tue, 12 May 2026 11:51:41 +1000 Subject: [PATCH] docs(readme): document OCP_PROXY_URL + CLAUDE_PROXY_PORT plugin reuse (per release_kit 5.5) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52d30f8..a0c62ab 100644 --- a/README.md +++ b/README.md @@ -855,7 +855,8 @@ Future `ocp update` invocations sync automatically. | Variable | Default | Description | |----------|---------|-------------| -| `CLAUDE_PROXY_PORT` | `3456` | Listen port | +| `CLAUDE_PROXY_PORT` | `3478` | Listen port (server-side). Also consumed by the OpenClaw `ocp-plugin` to dial the local proxy. | +| `OCP_PROXY_URL` | *(unset)* | Plugin-side full URL override (e.g. `http://10.0.0.5:3478`). Wins over `CLAUDE_PROXY_PORT` when both are set. Read by `ocp-plugin/index.js` only — server ignores it. | | `CLAUDE_BIND` | `127.0.0.1` | Bind address (`0.0.0.0` for LAN access) | | `CLAUDE_AUTH_MODE` | `none` | Auth mode: `none`, `shared`, or `multi` | | `OCP_ADMIN_KEY` | *(unset)* | Admin key for key management (multi mode) |