-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.production
More file actions
41 lines (32 loc) · 1.24 KB
/
.env.production
File metadata and controls
41 lines (32 loc) · 1.24 KB
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
40
41
# UPCODE Production Environment Configuration Template
# This file shows the environment variables needed for deployment
# Set actual values in your Vercel deployment dashboard
# NextAuth Configuration
NEXTAUTH_SECRET=your_nextauth_secret_here
NEXTAUTH_URL=https://upcode-coding-and-interview-platfor.vercel.app
# OAuth Configuration
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
GITHUB_ID=your_github_client_id_here
GITHUB_SECRET=your_github_client_secret_here
# Database Configuration
MONGODB_URI=your_mongodb_connection_string_here
# Payment Configuration
RAZORPAY_KEY_ID=your_razorpay_key_id_here
RAZORPAY_KEY_SECRET=your_razorpay_key_secret_here
NEXT_PUBLIC_RAZORPAY_KEY_ID=your_razorpay_key_id_here
# AI Configuration
GEMINI_API_KEY=your_gemini_api_key_here
# Email Configuration
SENDGRID_API_KEY=your_sendgrid_api_key_here
SENDGRID_FROM_EMAIL=your_email@example.com
EMAIL_FROM=your_noreply_email@example.com
# Production Settings
NODE_ENV=production
NEXTAUTH_DEBUG=false
# Code Execution APIs
NEXT_PUBLIC_RAPID_API_KEY=your_rapidapi_key_here
JUDGE0_API_URL=https://judge0-ce.p.rapidapi.com
JUDGE0_API_KEY=your_judge0_api_key_here
# Newsletter Service
NEWSLETTER_API_KEY=your_newsletter_api_key_here