mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
docs: fix 0.0.0.0 bind-default drift after dual-stack change
LINE plugin.yaml plus line/wecom-callback/msgraph-webhook/ whatsapp-cloud/teams user-guide pages still documented the old IPv4-only 0.0.0.0 defaults; update to the dual-stack unset default. Telegram webhook env docs live in the adapter docstring (updated with the code change); its plugin.yaml has no webhook host entry.
This commit is contained in:
parent
2c771be406
commit
f75b577b96
6 changed files with 10 additions and 9 deletions
|
|
@ -32,7 +32,7 @@ optional_env:
|
|||
prompt: "Webhook port"
|
||||
password: false
|
||||
- name: LINE_HOST
|
||||
description: "Webhook bind host (default: 0.0.0.0)"
|
||||
description: "Webhook bind host (default: unset → dual-stack, all interfaces IPv4+IPv6)"
|
||||
prompt: "Webhook host"
|
||||
password: false
|
||||
- name: LINE_PUBLIC_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue