FMHYedit/wrangler.toml
taskylizard a69a834899
feat(api): ratelimiting
because some group of idiots like me so much that they spam my endpoint
2024-07-10 03:47:04 +00:00

12 lines
275 B
TOML

name = "feedback"
main = ".output/server/index.mjs"
workers_dev = true
account_id = "fe5d9bd14160b07939282e45f63eb5ad"
compatibility_date = "2022-09-10"
[[unsafe.bindings]]
name = "RATE_LIMITER"
type = "ratelimit"
namespace_id = "1001"
simple = { limit = 100, period = 30 }