Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ GROQ_API_KEY=your_groq_api_key
# Higher values = faster builds but more resource usage
# WARNING: Do not exceed 100 without load testing — risks memory exhaustion
LEADERBOARD_USER_CONCURRENCY=5

# -------------------------------------------------------
# Resend (email sending)
RESEND_API_KEY=re_xxxxxxxxxxxx
RESEND_FROM_EMAIL=digest@yourdomain.com

# Gemini (AI summary)
GEMINI_API_KEY=your_gemini_key_here

# Protects the cron route from unauthorized calls
CRON_SECRET=some_long_random_string
Loading
Loading