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:
Teknium 2026-07-28 21:59:07 -07:00
parent 2c771be406
commit f75b577b96
6 changed files with 10 additions and 9 deletions

View file

@ -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