perf: use redis/upstash for ip rate limits (#28694)
This commit is contained in:
parent
b14e7451ab
commit
fdff82e6fc
7 changed files with 83 additions and 28 deletions
8
sst-env.d.ts
vendored
8
sst-env.d.ts
vendored
|
|
@ -137,6 +137,14 @@ declare module "sst" {
|
|||
"type": "sst.cloudflare.SolidStart"
|
||||
"url": string
|
||||
}
|
||||
"UpstashRedisRestToken": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
}
|
||||
"UpstashRedisRestUrl": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
}
|
||||
"Web": {
|
||||
"type": "sst.cloudflare.Astro"
|
||||
"url": string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue