Skip to content

Commit d6aa3c0

Browse files
authored
Merge pull request #248 from kike-alt/feat/configure-rate-limiting
Feat/configure rate limiting
2 parents 44aa1c3 + b5ab49b commit d6aa3c0

7 files changed

Lines changed: 316 additions & 7 deletions

File tree

backend/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ JWT_REFRESH_EXPIRATION=7d
1515
APP_PORT=6004
1616
APP_URL=http://localhost:6004
1717
FRONTEND_URL=http://localhost:3001
18+
LOG_LEVEL=info
1819

1920
# Google OAuth Configuration
2021
GOOGLE_CLIENT_ID=your-google-client-id

backend/package-lock.json

Lines changed: 235 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)