-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (34 loc) · 992 Bytes
/
Copy path.env.example
File metadata and controls
39 lines (34 loc) · 992 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
31
32
33
34
35
36
37
38
39
NODE_ENV=development
PORT=3000
# Core app
MONGO_URI=your_mongodb_connection_string
CLIENT_URL=http://localhost:5173
PYTHON_URL=http://localhost:8000
JWT_SECRET=replace_with_a_long_random_secret
# Cloudinary
CLOUDINARY_URL=
CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
# OAuth / integrations
WAKATIME_APP_ID=your_wakatime_app_id
WAKATIME_APP_SECRET=your_wakatime_app_secret
WAKATIME_SCOPES=read_summaries read_stats
WAKATIME_REDIRECT_URI=
GITHUB_CLIENT_ID=your_github_client_id
GITHUB_CLIENT_SECRET=your_github_client_secret
GITHUB_SCOPES=repo read:user user:email
GITHUB_REDIRECT_URI=
GITHUB_APP_ORG=
GITHUB_ORG=
GITHUB_REPO_OWNER=
# AI / scoring
GROQ_API_KEY=your_groq_api_key
GROQ_BASE_URL=https://api.groq.com/openai/v1
GROQ_MODEL=llama-3.1-70b-versatile
GROQ_REVIEW_MODEL=llama-3.1-70b-versatile
# Blockchain / scripts
SEPOLIA_RPC_URL=
ORACLE_PRIVATE_KEY=
ALCHEMY_API_KEY=
GITHUB_TOKEN=