mirror of https://github.com/openclaw/openclaw.git
docs: fix hosted auth profile paths
This commit is contained in:
parent
d7e288bee9
commit
559e42b60c
|
|
@ -94,7 +94,7 @@ ClawDock works with the same Docker config split described in [Docker](/install/
|
|||
|
||||
- `<project>/.env` for Docker-specific values like image name, ports, and the gateway token
|
||||
- `~/.openclaw/.env` for env-backed provider keys and bot tokens
|
||||
- `~/.openclaw/auth-profiles.json` for stored provider OAuth/API-key auth
|
||||
- `~/.openclaw/agents/<agentId>/agent/auth-profiles.json` for stored provider OAuth/API-key auth
|
||||
- `~/.openclaw/openclaw.json` for behavior config
|
||||
|
||||
Use `clawdock-show-config` when you want to inspect the `.env` files and `openclaw.json` quickly. It redacts `.env` values in its printed output.
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ survive container replacement.
|
|||
That mounted config directory is where OpenClaw keeps:
|
||||
|
||||
- `openclaw.json` for behavior config
|
||||
- `auth-profiles.json` for stored provider OAuth/API-key auth
|
||||
- `agents/<agentId>/agent/auth-profiles.json` for stored provider OAuth/API-key auth
|
||||
- `.env` for env-backed runtime secrets such as `OPENCLAW_GATEWAY_TOKEN`
|
||||
|
||||
For full persistence details on VM deployments, see
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ Pricing varies by machine type and region; pick the smallest VM that fits your w
|
|||
- Persist `~/.openclaw` + `~/.openclaw/workspace` on the host (survives restarts/rebuilds)
|
||||
- Access the Control UI from your laptop via an SSH tunnel
|
||||
|
||||
That mounted `~/.openclaw` state includes `openclaw.json`, `auth-profiles.json`,
|
||||
and `.env`.
|
||||
That mounted `~/.openclaw` state includes `openclaw.json`, per-agent
|
||||
`agents/<agentId>/agent/auth-profiles.json`, and `.env`.
|
||||
|
||||
The Gateway can be accessed via:
|
||||
|
||||
|
|
@ -233,7 +233,8 @@ For the generic Docker flow, see [Docker](/install/docker).
|
|||
**Do not commit this file.**
|
||||
|
||||
This `.env` file is for container/runtime env such as `OPENCLAW_GATEWAY_TOKEN`.
|
||||
Stored provider OAuth/API-key auth lives in the mounted `~/.openclaw/auth-profiles.json`.
|
||||
Stored provider OAuth/API-key auth lives in the mounted
|
||||
`~/.openclaw/agents/<agentId>/agent/auth-profiles.json`.
|
||||
|
||||
</Step>
|
||||
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ See [Security](/gateway/security) and [VPS hosting](/vps).
|
|||
- Persist `~/.openclaw` + `~/.openclaw/workspace` on the host (survives restarts/rebuilds)
|
||||
- Access the Control UI from your laptop via an SSH tunnel
|
||||
|
||||
That mounted `~/.openclaw` state includes `openclaw.json`, `auth-profiles.json`,
|
||||
and `.env`.
|
||||
That mounted `~/.openclaw` state includes `openclaw.json`, per-agent
|
||||
`agents/<agentId>/agent/auth-profiles.json`, and `.env`.
|
||||
|
||||
The Gateway can be accessed via:
|
||||
|
||||
|
|
@ -154,7 +154,8 @@ For the generic Docker flow, see [Docker](/install/docker).
|
|||
**Do not commit this file.**
|
||||
|
||||
This `.env` file is for container/runtime env such as `OPENCLAW_GATEWAY_TOKEN`.
|
||||
Stored provider OAuth/API-key auth lives in the mounted `~/.openclaw/auth-profiles.json`.
|
||||
Stored provider OAuth/API-key auth lives in the mounted
|
||||
`~/.openclaw/agents/<agentId>/agent/auth-profiles.json`.
|
||||
|
||||
</Step>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue