MCPcopy
hub / github.com/openakita/openakita / Env

Interface Env

cloud/bug-report-worker/src/index.ts:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 */
13
14export interface Env {
15 REPORTS: R2Bucket;
16 RATE_LIMIT: KVNamespace;
17 TURNSTILE_SECRET_KEY: string;
18 ADMIN_API_KEY: string;
19 RESEND_API_KEY: string;
20 NOTIFY_EMAIL: string;
21}
22
23const MAX_REPORT_SIZE = 30 * 1024 * 1024; // 30 MB
24const IP_DAILY_LIMIT = 10;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected