Files
proxy-bun/wrangler.toml
T

16 lines
663 B
TOML
Raw Normal View History

name = "edge-proxy-relay"
main = "src/worker.ts"
compatibility_date = "2025-12-01"
compatibility_flags = ["nodejs_compat"]
# ── Cloudflare account (fill in your Account ID) ─────────────────────────────
# Find it in the Cloudflare Dashboard → Workers & Pages → right sidebar
# account_id = ""
# workers_dev = true
# ── Environment Variables ───────────────────────────────────────────────────
# [vars]
# RELAY_TIMEOUT_MS = "30000"
# RATE_LIMIT_MAX = "200"
# RATE_LIMIT_WINDOW_MS = "60000"