Files

17 lines
668 B
Bash

# Optional overrides for local dev.
# Default behavior uses ~/.openclaw.
# Point to a specific state directory.
OPENCLAW_STATE_DIR=/Users/yourname/.openclaw
# Default upstream gateway URL for the Studio host (used when Studio settings are missing).
# Defaults to ws://127.0.0.1:18789
NEXT_PUBLIC_GATEWAY_URL=ws://127.0.0.1:18789
# Optional: override the SSH target used for gateway-host operations.
# This SSH target is used when deleting agents to move their workspace/state into ~/.openclaw/trash on the gateway host.
OPENCLAW_GATEWAY_SSH_TARGET=
# Optional: SSH user when SSH target is derived from the gateway URL (default: ubuntu).
OPENCLAW_GATEWAY_SSH_USER=