Build and Push to GHCR / build-and-push (push) Failing after 1m29s
Deploy to Cloudflare Workers / Deploy to Cloudflare Workers (push) Successful in 23s
22 lines
949 B
TOML
22 lines
949 B
TOML
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 = true
|
|
head_sampling_rate = 1
|
|
invocation_logs = true
|
|
|
|
# ── Environment Variables ───────────────────────────────────────────────────
|
|
# [vars]
|
|
# RELAY_TIMEOUT_MS = "30000"
|
|
# RATE_LIMIT_MAX = "200"
|
|
# RATE_LIMIT_WINDOW_MS = "60000"
|
|
# API_KEY = "sk-your-secret-key"
|