mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
feat(api): move to api.fmhy.net
This commit is contained in:
parent
de933602eb
commit
76c776c2eb
7 changed files with 637 additions and 35 deletions
|
|
@ -1,11 +1,15 @@
|
|||
name = "feedback"
|
||||
name = "api"
|
||||
main = ".output/server/index.mjs"
|
||||
workers_dev = true
|
||||
account_id = "fe5d9bd14160b07939282e45f63eb5ad"
|
||||
workers_dev = false
|
||||
account_id = "02f3b11d8d1017a20f95de4ba88fb5d6"
|
||||
compatibility_date = "2022-09-10"
|
||||
|
||||
routes = [
|
||||
{ pattern = "api.fmhy.net", custom_domain = true, zone_id = "b4212298934f7c1998b4d15f6d261715" },
|
||||
]
|
||||
|
||||
[[unsafe.bindings]]
|
||||
name = "RATE_LIMITER"
|
||||
type = "ratelimit"
|
||||
namespace_id = "1001"
|
||||
simple = { limit = 100, period = 30 }
|
||||
namespace_id = "69420"
|
||||
simple = { limit = 100, period = 60 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue