tambahan
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Elysia } from "elysia";
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
|
||||
const API_KEY = process.env.MCP_API_KEY ?? "change-me";
|
||||
const API_KEY = process.env.MCP_API_KEY ?? "super-secret-key";
|
||||
const PORT = Number(process.env.PORT ?? 3000);
|
||||
const PING_INTERVAL_MS = 25_000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user