Files
proxy-bun/wrangler.toml
T

32 lines
1.1 KiB
TOML
Raw Normal View History

name = "edge-proxy-relay"
main = "src/worker.ts"
compatibility_date = "2025-12-01"
compatibility_flags = ["nodejs_compat"]
# ── Cloudflare account ────────────────────────────────────────────
account_id = "2bfa421c4f4a11cc11d684a3d14327db"
workers_dev = true
# ── Observability ────────────────────────────────────────────────────────────
[observability]
enabled = false
head_sampling_rate = 1
[observability.logs]
enabled = true
head_sampling_rate = 1
persist = true
invocation_logs = true
[observability.traces]
enabled = true
persist = true
head_sampling_rate = 1
# ── Environment Variables ───────────────────────────────────────────────────
# [vars]
# RELAY_TIMEOUT_MS = "30000"
# RATE_LIMIT_MAX = "200"
# RATE_LIMIT_WINDOW_MS = "60000"
# API_KEY = "sk-your-secret-key"