forked from HashSlap-Summer-of-Code/dev-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (21 loc) · 731 Bytes
/
env.example
File metadata and controls
30 lines (21 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Clerk Authentication
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_pub_key
CLERK_SECRET_KEY=your_clerk_secret_key
# GitHub API
GITHUB_TOKEN=your_github_personal_access_token
# LeetCode (optional - for enhanced stats)
LEETCODE_USERNAME=your_leetcode_username
# Stack Overflow API
STACKOVERFLOW_KEY=your_stackoverflow_api_key
# Dev.to API (optional)
DEVTO_API_KEY=your_devto_api_key
# Hashnode API (optional)
HASHNODE_API_KEY=your_hashnode_api_key
# HackerRank API (optional)
HACKERRANK_API_KEY=your_hackerrank_api_key
# Codeforces API (optional)
CODEFORCES_API_KEY=your_codeforces_api_key
# Database (optional - for caching)
DATABASE_URL=your_database_url
# Redis (optional - for session storage)
REDIS_URL=your_redis_url