Files
cloud-server/worker-configuration.d.ts
kaffa 47a395622c
Some checks failed
TypeScript CI / build (push) Has been cancelled
chore: anvil.it.com → inouter.com
2026-03-27 16:17:45 +00:00

12 lines
266 B
TypeScript

// Generated by Wrangler by running `wrangler types`
interface Env {
RATE_LIMIT_KV: KVNamespace;
VAULT_URL: "https://hcv.inouter.com";
SYNC_BATCH_SIZE: "100";
CACHE_TTL_SECONDS: "300";
LOG_LEVEL: "info";
CORS_ORIGIN: "https://inouter.com";
DB: D1Database;
}