diff --git a/openclaw_assistant/config.yaml b/openclaw_assistant/config.yaml index 8fd3e6d..5421853 100644 --- a/openclaw_assistant/config.yaml +++ b/openclaw_assistant/config.yaml @@ -55,10 +55,6 @@ options: router_ssh_user: "" router_ssh_key_path: "/data/keys/router_ssh" - # Backward compatible (deprecated): older config names - mikrotik_host: "" - mikrotik_ssh_user: "" - mikrotik_ssh_key_path: "/data/keys/mikrotik" # Brave Search API key (optional; enables Brave-backed web search tool) brave_api_key: "" @@ -86,11 +82,6 @@ schema: router_ssh_user: str router_ssh_key_path: str - # Backward compatible (deprecated) - mikrotik_host: str? - mikrotik_ssh_user: str? - mikrotik_ssh_key_path: str? - brave_api_key: str? enable_terminal: bool? clean_session_locks_on_start: bool?