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>
37 lines
730 B
TOML
37 lines
730 B
TOML
name = "arcrun-cypher-executor"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-02-19"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[[kv_namespaces]]
|
|
binding = "EXEC_CONTEXT"
|
|
id = "616967a852eb450a8c01731f71ac8edd"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "WEBHOOKS"
|
|
id = "4d23ccd418414a729bd533ba8e3b341f"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "CREDENTIALS_KV"
|
|
id = "e7f4320f88d343f187e35e3543dd74c9"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "ANALYTICS_KV"
|
|
id = "a43b7997c8e54a34886c2995a853c720"
|
|
|
|
[[r2_buckets]]
|
|
binding = "WASM_BUCKET"
|
|
bucket_name = "arcrun-wasm"
|
|
|
|
[ai]
|
|
binding = "AI"
|
|
|
|
[vars]
|
|
ENVIRONMENT = "production"
|
|
# MULTI_TENANT = "true"
|
|
# ENCRYPTION_KEY 透過 wrangler secret set 設定
|
|
|
|
[[routes]]
|
|
pattern = "cypher.arcrun.dev/*"
|
|
zone_name = "arcrun.dev"
|