mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-03 06:00:09 +00:00
47 lines
No EOL
1.1 KiB
TOML
47 lines
No EOL
1.1 KiB
TOML
name = "supermemory"
|
|
compatibility_date = "2024-03-29"
|
|
compatibility_flags = [ "nodejs_compat" ]
|
|
pages_build_output_dir = ".vercel/output/static"
|
|
|
|
|
|
kv_namespaces = [
|
|
{ binding = "CANVAS_SNAPS", id = "6df98c892b3744ccb0c631d9f60d6697" },
|
|
{ binding = "RECOMMENDATIONS", id = "83bc7055226c4657948141c2ff9a5425" }
|
|
]
|
|
|
|
env.production.kv_namespaces = [
|
|
{ binding = "CANVAS_SNAPS", id = "6df98c892b3744ccb0c631d9f60d6697" },
|
|
{ binding = "RECOMMENDATIONS", id = "83bc7055226c4657948141c2ff9a5425" }
|
|
]
|
|
|
|
[ai]
|
|
binding = "AI"
|
|
|
|
[placement]
|
|
mode = "smart"
|
|
|
|
[[r2_buckets]]
|
|
binding = "STORAGE"
|
|
bucket_name = "dev-r2-anycontext"
|
|
|
|
[[d1_databases]]
|
|
binding = "DATABASE"
|
|
database_name = "dev-d1-anycontext"
|
|
database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c"
|
|
|
|
|
|
[[env.production.d1_databases]]
|
|
binding = "DATABASE"
|
|
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 = "dev-d1-anycontext"
|
|
database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c"
|
|
|
|
[env.production.ai]
|
|
binding = "AI" |