webhook-catcher/env.example

18 lines
510 B
Plaintext

# ================================
# Webhook Catcher Configuration
# ================================
# Optional: Forward incoming webhooks to another service
FORWARD_WEBHOOK_URL=
# Optional: Authentication token for forwarded webhooks
FORWARD_WEBHOOK_TOKEN=
# Optional: Admin token for sensitive operations (replay, clear logs)
# Leave empty to disable admin protection (development mode)
ADMIN_TOKEN=
# Optional: Protect the web UI with HTTP Basic Auth
# Leave empty to make UI public
FRONTEND_PASSWORD=