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)