chore: update .env.example for production webmention sender host

This commit is contained in:
svemagie
2026-03-11 11:43:54 +01:00
parent 6520c13b8a
commit b86a759b81

View File

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