feat: implementa rota de ranking de jogos

This commit is contained in:
2026-05-23 18:09:30 -05:00
parent 6a17151bef
commit 5a4917c4a1
4 changed files with 341 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ DATABASE_URL="postgresql://postgres:postgres@localhost:5432/sistema_auth?schema=
DIRECT_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/sistema_auth?schema=public"
# JWT contract
JWT_ISSUER="https://auth.local"
JWT_ISSUER="https://sistema-distribuido-trabalho-faculd.vercel.app"
JWT_AUDIENCE="internal-apis"
JWT_ACCESS_TTL_SEC="900"
JWT_REFRESH_TTL_SEC="604800"