9168253357
cypher-executor: EXEC_CONTEXT, WEBHOOKS, CREDENTIALS_KV, ANALYTICS_KV KV IDs, arcrun-wasm R2, route cypher.arcrun.dev/* registry: SUBMISSIONS_KV, ANALYTICS_KV KV IDs, arcrun-wasm R2, route registry.arcrun.dev/* credentials: CREDENTIALS_KV KV ID Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
486 B
TOML
27 lines
486 B
TOML
name = "arcrun-registry"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-02-19"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[[r2_buckets]]
|
|
binding = "WASM_BUCKET"
|
|
bucket_name = "arcrun-wasm"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "SUBMISSIONS_KV"
|
|
id = "d26ba96eb2e548b6af5e30bbb89a061b"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "ANALYTICS_KV"
|
|
id = "a43b7997c8e54a34886c2995a853c720"
|
|
|
|
[ai]
|
|
binding = "AI"
|
|
|
|
[vars]
|
|
ENVIRONMENT = "production"
|
|
|
|
[[routes]]
|
|
pattern = "registry.arcrun.dev/*"
|
|
zone_name = "arcrun.dev"
|