fix: use hooks.hammer.donovankelly.xyz for webhook (HQ-20)

This commit is contained in:
2026-01-29 02:09:41 +00:00
parent a73a410099
commit 5c2e372ed2
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import { eq, asc, desc, sql, inArray, or } from "drizzle-orm";
import { auth } from "../lib/auth";
const BEARER_TOKEN = process.env.API_BEARER_TOKEN || "hammer-dev-token";
const CLAWDBOT_HOOK_URL = process.env.CLAWDBOT_HOOK_URL || "";
const CLAWDBOT_HOOK_URL = process.env.CLAWDBOT_HOOK_URL || "https://hooks.hammer.donovankelly.xyz/hooks/agent";
const CLAWDBOT_HOOK_TOKEN = process.env.CLAWDBOT_HOOK_TOKEN || "";
// Fire webhook to Clawdbot when a task is activated