mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-15 03:54:47 +00:00
feat: rate limiting api routes
This commit is contained in:
parent
50c18a342d
commit
2c13f60a50
13 changed files with 252 additions and 49 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue