mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
20 lines
No EOL
439 B
TOML
20 lines
No EOL
439 B
TOML
name = "web"
|
|
compatibility_date = "2024-03-29"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[[vectorize]]
|
|
binding = "VECTORIZE_INDEX"
|
|
index_name = "anycontext-idx"
|
|
|
|
[[d1_databases]]
|
|
binding = "DATABASE"
|
|
database_name = "dev-d1-anycontext"
|
|
database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c"
|
|
|
|
[[unsafe.bindings]]
|
|
name = "RATELIMITER"
|
|
type = "ratelimit"
|
|
namespace_id = "1001"
|
|
|
|
# 25 requests per 10 seconds
|
|
simple = { limit = 25, period = 10 } |