mirror of
https://github.com/grp06/openclaw-studio.git
synced 2026-08-14 08:52:03 +00:00
27 lines
1.1 KiB
Bash
27 lines
1.1 KiB
Bash
# Optional overrides for local dev.
|
|
# Default behavior uses ~/.openclaw and falls back to ~/.moltbot or ~/.clawdbot.
|
|
|
|
# Point to a specific state directory.
|
|
OPENCLAW_STATE_DIR=/Users/yourname/.openclaw
|
|
# MOLTBOT_STATE_DIR=/Users/yourname/.moltbot
|
|
# CLAWDBOT_STATE_DIR=/Users/yourname/.clawdbot
|
|
|
|
# Point to a specific config file.
|
|
OPENCLAW_CONFIG_PATH=/Users/yourname/.openclaw/openclaw.json
|
|
# MOLTBOT_CONFIG_PATH=/Users/yourname/.moltbot/moltbot.json
|
|
# CLAWDBOT_CONFIG_PATH=/Users/yourname/.clawdbot/clawdbot.json
|
|
|
|
# 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=
|
|
|
|
# Optional: which existing agent to copy auth profiles from when creating tiles.
|
|
CLAWDBOT_DEFAULT_AGENT_ID=main
|