chore: update .env.example for production webmention sender host
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user