chore: update webmentionSenderMountPath config to default /webmention-sender
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ const nodeEnv = (process.env.NODE_ENV || "production").toLowerCase();
|
|||||||
const debugEnabled = process.env.INDIEKIT_DEBUG === "1" || nodeEnv !== "production";
|
const debugEnabled = process.env.INDIEKIT_DEBUG === "1" || nodeEnv !== "production";
|
||||||
const siteName = process.env.SITE_NAME || "Indiekit";
|
const siteName = process.env.SITE_NAME || "Indiekit";
|
||||||
const webmentionSenderMountPath =
|
const webmentionSenderMountPath =
|
||||||
process.env.WEBMENTION_SENDER_MOUNT_PATH || "/webmentions-sender";
|
process.env.WEBMENTION_SENDER_MOUNT_PATH || "/webmention-sender";
|
||||||
const webmentionSenderTimeoutRaw = Number.parseInt(
|
const webmentionSenderTimeoutRaw = Number.parseInt(
|
||||||
process.env.WEBMENTION_SENDER_TIMEOUT || "10000",
|
process.env.WEBMENTION_SENDER_TIMEOUT || "10000",
|
||||||
10,
|
10,
|
||||||
|
|||||||
Reference in New Issue
Block a user