hf: didn't mean to exclude .example file

This commit is contained in:
Aidan 2025-04-17 17:49:17 -04:00
parent 122d3c36f7
commit 279abe89d9
2 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View File

@ -137,7 +137,7 @@ drizzle/
bun.lockb
migrate.txt
db.sqlite3
ratelimit.json.example
ratelimit.json
# Docker
docker-compose.yml

10
ratelimit.json.example Normal file
View File

@ -0,0 +1,10 @@
{
"/list": {
"windowMs": 60000,
"limit": 20
},
"/add": {
"windowMs": 60000,
"limit": 10
}
}