From 40296bc85982e4215ffce2e07a33c8fbe074766c Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 11 May 2026 01:45:06 +0000 Subject: [PATCH] Add TELNYX_WEBHOOK_SECRET to .env.example Add TELNYX_WEBHOOK_SECRET placeholder for Telnyx webhook validation. Resolves GRO-1083 Co-Authored-By: Paperclip --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index f91cd54..620e23e 100644 --- a/.env.example +++ b/.env.example @@ -11,6 +11,10 @@ AUTH_DISABLED=false OIDC_ISSUER=https://authentik.example.com OIDC_AUDIENCE=groombook +# ── Webhooks ───────────────────────────────────────────────────────────────── +# Telnyx webhook secret for validating inbound message webhooks. +TELNYX_WEBHOOK_SECRET=your-telnyx-webhook-secret-here + # ── Setup Wizard ───────────────────────────────────────────────────────────── # When SKIP_OOBE=true, the setup wizard is bypassed regardless of whether a # super user exists in the database. Useful in dev/test environments where the