From b86a759b81848ebf8c3c3bc465b912eaa72a952c Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:43:54 +0100 Subject: [PATCH] chore: update .env.example for production webmention sender host --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a358ebb3..48d5102a 100644 --- a/.env.example +++ b/.env.example @@ -28,7 +28,7 @@ WEBMENTION_SENDER_POLL_INTERVAL=300 # Internal host/port used by polling loop # Defaults in start script: host=127.0.0.1, port=$PORT (or 3000) -WEBMENTION_SENDER_HOST=127.0.0.1 +WEBMENTION_SENDER_HOST="https://blog.giersig.eu" WEBMENTION_SENDER_PORT=3000 # Optional override for JWT me claim (defaults: PUBLICATION_URL -> SITE_URL)