mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 08:52:45 +00:00
21 lines
571 B
Bash
21 lines
571 B
Bash
# /etc/default/openclaw.env
|
|
# Secure environment configuration for OpenClaw
|
|
|
|
# Admin Token (Required for remote ops)
|
|
OPENCLAW_ADMIN_TOKEN=change-me-to-a-strong-secret
|
|
|
|
# Observability Token (Required for remote logs)
|
|
# (Legacy: MOLTBOT_OBSERVABILITY_TOKEN)
|
|
OPENCLAW_OBSERVABILITY_TOKEN=change-me-too
|
|
|
|
# Bridge (Default: 0/Disabled)
|
|
OPENCLAW_BRIDGE_ENABLED=0
|
|
# OPENCLAW_BRIDGE_DEVICE_TOKEN=
|
|
|
|
# Optional startup log hygiene (truncate openclaw.log once per process start)
|
|
# OPENCLAW_LOG_TRUNCATE_ON_START=1
|
|
|
|
# Network
|
|
# Bind to localhost by default
|
|
COMFYUI_LISTEN=127.0.0.1
|