Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

10 lines
315 B
Bash

# E2B API Configuration
# Get your API key from: https://e2b.dev/dashboard
E2B_API_KEY=your_e2b_api_key_here
# Anthropic API Configuration
# Get your API key from: https://console.anthropic.com
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Optional: Sandbox timeout in seconds (default: 300)
# E2B_TIMEOUT=300