Remove deprecated mikrotik_* options (no back-compat)
This commit is contained in:
@@ -55,10 +55,6 @@ options:
|
|||||||
router_ssh_user: ""
|
router_ssh_user: ""
|
||||||
router_ssh_key_path: "/data/keys/router_ssh"
|
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 Search API key (optional; enables Brave-backed web search tool)
|
||||||
brave_api_key: ""
|
brave_api_key: ""
|
||||||
|
|
||||||
@@ -86,11 +82,6 @@ schema:
|
|||||||
router_ssh_user: str
|
router_ssh_user: str
|
||||||
router_ssh_key_path: 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?
|
brave_api_key: str?
|
||||||
enable_terminal: bool?
|
enable_terminal: bool?
|
||||||
clean_session_locks_on_start: bool?
|
clean_session_locks_on_start: bool?
|
||||||
|
|||||||
Reference in New Issue
Block a user