feat: rate limiting api routes

This commit is contained in:
trafficlunar 2025-04-28 21:30:16 +01:00
parent 50c18a342d
commit 2c13f60a50
13 changed files with 252 additions and 49 deletions

View file

@ -1,4 +1,6 @@
DATABASE_URL="postgresql://postgres:frieren@localhost:5432/tomodachi-share?schema=public"
DATABASE_URL="postgresql://frieren:frieren@localhost:5432/tomodachi-share?schema=public"
REDIS_URL="redis://localhost:6379/0"
BASE_URL=https://tomodachi-share.trafficlunar.net
NEXTAUTH_URL=https://tomodachi-share.trafficlunar.net # This should be the same as BASE_URL