hf: didn't mean to exclude .example file
This commit is contained in:
parent
122d3c36f7
commit
279abe89d9
2
.gitignore
vendored
2
.gitignore
vendored
@ -137,7 +137,7 @@ drizzle/
|
|||||||
bun.lockb
|
bun.lockb
|
||||||
migrate.txt
|
migrate.txt
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
ratelimit.json.example
|
ratelimit.json
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
docker-compose.yml
|
docker-compose.yml
|
10
ratelimit.json.example
Normal file
10
ratelimit.json.example
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"/list": {
|
||||||
|
"windowMs": 60000,
|
||||||
|
"limit": 20
|
||||||
|
},
|
||||||
|
"/add": {
|
||||||
|
"windowMs": 60000,
|
||||||
|
"limit": 10
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user