refactor: Rename ClawBot → OpenClaw across documentation
- Update .awoooi-agent-rules.md (4 occurrences) - Update docs/api/openapi.yaml (all schema references) - Update apps/web/tailwind.config.ts (comment) - Update apps/api/src/core/config.py (comment) Legacy CLAWBOT_URL field kept for backward compatibility. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -105,8 +105,8 @@ class Settings(BaseSettings):
|
||||
)
|
||||
# Deprecated: use OPENCLAW_URL instead
|
||||
CLAWBOT_URL: str = Field(
|
||||
default="http://192.168.0.188:8088", # 🔧 修正: ClawBot 實際 port 是 8088
|
||||
description="[Deprecated] ClawBot URL - use OPENCLAW_URL",
|
||||
default="http://192.168.0.188:8088", # 🔧 修正: OpenClaw 實際 port 是 8088
|
||||
description="[Deprecated] Legacy ClawBot URL - use OPENCLAW_URL",
|
||||
)
|
||||
KALI_SCANNER_URL: str = Field(
|
||||
default="http://192.168.0.112:8080",
|
||||
|
||||
Reference in New Issue
Block a user