-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
34 lines (25 loc) · 959 Bytes
/
.env.example
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
# Database Configuration
# Choose one of the following database URLs and uncomment it
# SQLite (Default)
DATABASE_URL="file:./dev.db"
# PostgreSQL
DATABASE_URL=postgresql://postgres:[email protected]:5432/postgres
# MySQL
# DATABASE_URL="mysql://user:password@localhost:3306/codetask"
# Optional: Enable query logging in development
# DEBUG_SQL=true
# Application Configuration
NEXT_PUBLIC_APP_URL=http://localhost:3000
NODE_ENV="development"
# Authentication (Supabase)
NEXT_PUBLIC_SUPABASE_URL=https://your-supabase-url.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
# GitHub OAuth
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret
# API Keys (Keep these secure!)
# STRIPE_SECRET_KEY=your-stripe-secret-key
# STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret
# STRIPE_PRICE_ID=your-stripe-price-id
# Analytics (Optional)
# NEXT_PUBLIC_ANALYTICS_ID=your-analytics-id