Skip to content

Commit 4e488a6

Browse files
committed
feat(root): merge phase-b — admin endpoints, rate limiting, redis integration
2 parents 0410095 + dfa09d4 commit 4e488a6

96 files changed

Lines changed: 6501 additions & 214 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/api/.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ BETTER_AUTH_URL=http://localhost:3200
2121
# JWT (stateless authentication)
2222
JWT_SECRET=your-super-secret-jwt-key-change-in-production
2323

24-
# Redis (optional)
24+
# Redis (rate limiting, optional)
2525
REDIS_URL=redis://localhost:6380
2626

27+
# Internal service auth (Worker → API)
28+
INTERNAL_API_KEY=your-internal-api-key-change-in-production
29+
2730
# LiveKit (optional)
2831
LIVEKIT_API_URL=
2932
LIVEKIT_API_KEY=

0 commit comments

Comments
 (0)