mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-08 22:21:07 +00:00
fix wrangler toml
This commit is contained in:
parent
74fe348899
commit
76d435de89
1 changed files with 11 additions and 11 deletions
|
|
@ -5,13 +5,13 @@ pages_build_output_dir = ".vercel/output/static"
|
|||
|
||||
|
||||
kv_namespaces = [
|
||||
{ binding = "CANVAS_SNAPS", id = "24c7048fa9064e7787dd58760b21dc8d" },
|
||||
{ binding = "RECOMMENDATIONS", id = "abfd16f09b0b4300908115a5a177429e" }
|
||||
{ binding = "CANVAS_SNAPS", id = "6df98c892b3744ccb0c631d9f60d6697" },
|
||||
{ binding = "RECOMMENDATIONS", id = "83bc7055226c4657948141c2ff9a5425" }
|
||||
]
|
||||
|
||||
env.production.kv_namespaces = [
|
||||
{ binding = "CANVAS_SNAPS", id = "24c7048fa9064e7787dd58760b21dc8d" },
|
||||
{ binding = "RECOMMENDATIONS", id = "abfd16f09b0b4300908115a5a177429e" }
|
||||
{ binding = "CANVAS_SNAPS", id = "6df98c892b3744ccb0c631d9f60d6697" },
|
||||
{ binding = "RECOMMENDATIONS", id = "83bc7055226c4657948141c2ff9a5425" }
|
||||
]
|
||||
|
||||
[ai]
|
||||
|
|
@ -22,26 +22,26 @@ mode = "smart"
|
|||
|
||||
[[r2_buckets]]
|
||||
binding = "STORAGE"
|
||||
bucket_name = "supermemory-r2"
|
||||
bucket_name = "dev-r2-anycontext"
|
||||
|
||||
[[d1_databases]]
|
||||
binding = "DATABASE"
|
||||
database_name = "supermemory-db-preview"
|
||||
database_id = "b09e126c-8179-4927-876a-6a03ee94334b"
|
||||
database_name = "dev-d1-anycontext"
|
||||
database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c"
|
||||
|
||||
|
||||
[[env.production.d1_databases]]
|
||||
binding = "DATABASE"
|
||||
database_name = "supermemory-db-prod"
|
||||
database_id = "0dea4084-3629-4aea-938c-da478a32f5cd"
|
||||
database_name = "prod-d1-supermemory"
|
||||
database_id = "f527a727-c472-41d4-8eaf-3d7ba0f2f395"
|
||||
|
||||
[env.preview.ai]
|
||||
binding = "AI"
|
||||
|
||||
[[env.preview.d1_databases]]
|
||||
binding = "DATABASE"
|
||||
database_name = "supermemory-db-preview"
|
||||
database_id = "b09e126c-8179-4927-876a-6a03ee94334b"
|
||||
database_name = "dev-d1-anycontext"
|
||||
database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c"
|
||||
|
||||
[env.production.ai]
|
||||
binding = "AI"
|
||||
Loading…
Add table
Reference in a new issue