# Copy to .env.local and fill in the values you need. Every variable is optional. # Value the `x-admin-key` header must match for the /api/cache management endpoints. # Always set this in a real deployment. ADMIN_KEY= # Enables Claude-backed generation at /api/generate-install. ANTHROPIC_API_KEY= # Per-site fetch timeout for /api/sites/verify, in milliseconds. Default: 10000 VERIFY_TIMEOUT_MS= # How long /api/sites/verify caches results, in milliseconds. Default: 300000 VERIFY_CACHE_TTL_MS= # Timeout for /api/sites/health probes, in milliseconds. Default: 8000 HEALTH_TIMEOUT_MS=