fix(install): remove published gateway token placeholder

Co-authored-by: opencode <opencode@users.noreply.github.com>
This commit is contained in:
Coy Geek
2026-04-17 17:42:25 -07:00
committed by Peter Steinberger
parent 1a7d89e85b
commit 960bc52e3c
3 changed files with 20 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ For the generic Docker flow, see [Docker](/install/docker).
```bash
OPENCLAW_IMAGE=openclaw:latest
OPENCLAW_GATEWAY_TOKEN=change-me-now
OPENCLAW_GATEWAY_TOKEN=
OPENCLAW_GATEWAY_BIND=lan
OPENCLAW_GATEWAY_PORT=18789

View File

@@ -134,7 +134,7 @@ For the generic Docker flow, see [Docker](/install/docker).
```bash
OPENCLAW_IMAGE=openclaw:latest
OPENCLAW_GATEWAY_TOKEN=change-me-now
OPENCLAW_GATEWAY_TOKEN=
OPENCLAW_GATEWAY_BIND=lan
OPENCLAW_GATEWAY_PORT=18789