chore: fill wrangler.toml KV/R2 IDs and routes for production deploy
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>
This commit is contained in:
@@ -2,25 +2,25 @@ name = "arcrun-registry"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2025-02-19"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
workers_dev = true
|
||||
|
||||
# R2 Bucket:儲存公眾 .wasm 零件二進位
|
||||
[[r2_buckets]]
|
||||
binding = "WASM_BUCKET"
|
||||
bucket_name = "arcrun-wasm" # 填入你的 R2 bucket 名稱
|
||||
bucket_name = "arcrun-wasm"
|
||||
|
||||
# KV:零件審核狀態與執行統計
|
||||
[[kv_namespaces]]
|
||||
binding = "SUBMISSIONS_KV"
|
||||
id = "" # 填入你的 KV Namespace ID
|
||||
id = "d26ba96eb2e548b6af5e30bbb89a061b"
|
||||
|
||||
[[kv_namespaces]]
|
||||
binding = "ANALYTICS_KV"
|
||||
id = "" # 填入你的 KV Namespace ID
|
||||
id = "a43b7997c8e54a34886c2995a853c720"
|
||||
|
||||
# Workers AI
|
||||
[ai]
|
||||
binding = "AI"
|
||||
|
||||
[vars]
|
||||
ENVIRONMENT = "production"
|
||||
|
||||
[[routes]]
|
||||
pattern = "registry.arcrun.dev/*"
|
||||
zone_name = "arcrun.dev"
|
||||
|
||||
Reference in New Issue
Block a user