fix(tools): harden pushover security and validation
This commit is contained in:
parent
82790735cf
commit
d00c1140d9
3 changed files with 212 additions and 25 deletions
|
|
@ -60,6 +60,11 @@ PROVIDER=openrouter
|
|||
# ZEROCLAW_GATEWAY_HOST=127.0.0.1
|
||||
# ZEROCLAW_ALLOW_PUBLIC_BIND=false
|
||||
|
||||
# ── Optional Integrations ────────────────────────────────────
|
||||
# Pushover notifications (`pushover` tool)
|
||||
# PUSHOVER_TOKEN=your-pushover-app-token
|
||||
# PUSHOVER_USER_KEY=your-pushover-user-key
|
||||
|
||||
# ── Docker Compose ───────────────────────────────────────────
|
||||
# Host port mapping (used by docker-compose.yml)
|
||||
# HOST_PORT=3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue