first commit

This commit is contained in:
Lucas Saburido
2026-05-13 16:26:45 +01:00
commit cabf2025cd
252 changed files with 13524 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
DB_URL=jdbc:postgresql://localhost:5432/riotz
DB_USERNAME=postgres
DB_PASSWORD=postgres
JWT_ACCESS_SECRET=change-me-access
JWT_REFRESH_SECRET=change-me-refresh
JWT_ACCESS_EXPIRATION_MS=900000
JWT_REFRESH_EXPIRATION_MS=604800000
MEDIA_PROVIDER=s3
MEDIA_BUCKET_NAME=riotz-media