-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 926 Bytes
/
.env.example
File metadata and controls
32 lines (25 loc) · 926 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
# Environment Variables for Docker Compose
# Copy this file to .env and fill in your actual values
# JWT Secrets (change these for production!)
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
REFRESH_SECRET=your-super-secret-refresh-key-change-this-in-production
# External API Keys
SULU_API_KEY=your-sulu-api-key
JUDGE0_API_URL=https://judge0-ce.p.sulu.sh
# Payment Gateway
RAZORPAY_KEY_ID=your-razorpay-key-id
RAZORPAY_KEY_SECRET=your-razorpay-key-secret
# Email Configuration (for password reset, etc.)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASS=your-app-password
# Database Configuration (for production - override if needed)
POSTGRES_DB=postgres
POSTGRES_USER=myuser
POSTGRES_PASSWORD=mypassword
# Redis Configuration
REDIS_PASSWORD=redispassword
# SSL Configuration (for production)
# SSL_CERT_PATH=/etc/nginx/ssl/cert.pem
# SSL_KEY_PATH=/etc/nginx/ssl/key.pem