-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (20 loc) · 1022 Bytes
/
env.example
File metadata and controls
24 lines (20 loc) · 1022 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
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-secret-key-here-change-this-in-production
# Database Configuration
# REQUIRED: PostgreSQL database URL for user and API key management
# For local development, you can use a local PostgreSQL instance or a cloud provider like Neon, Supabase, or Railway
DATABASE_URL="postgresql://username:password@localhost:5432/tl_api_db"
# Google OAuth credentials
# Get these from: https://console.developers.google.com/apis/credentials
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
# Discord OAuth credentials
# Get these from: https://discord.com/developers/applications
DISCORD_CLIENT_ID=1412753712727982141
DISCORD_CLIENT_SECRET=iAdgjtVd9jxsdeXPafP2PNKNp8OAAcKv
# AWS S3 Configuration (Optional)
# Get these from: https://console.aws.amazon.com/iam/home#/security_credentials
AWS_ACCESS_KEY_ID=your-aws-access-key-id
AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key
AWS_REGION=your-aws-region
AWS_S3_BUCKET_NAME=your-s3-bucket-name