# Production Environment Variables # Copy this file to .env and fill in your production values # ===== APPLICATION ===== NODE_ENV=production PORT=3000 # ===== NEXTAUTH ===== # Your production domain NEXTAUTH_URL=https://yourdomain.com # Generate a strong secret: openssl rand -base64 32 NEXTAUTH_SECRET=your-secret-key-here-change-in-production # ===== DATABASE ===== # SQLite for simple deployment DATABASE_URL=file:./dev.db # ===== ANALYTICS ===== # Google Analytics 4 NEXT_PUBLIC_GA4_ID=G-8G4LMSPPRD # ===== OPTIONAL ===== # Add any other API keys here # SMTP_HOST= # SMTP_PORT= # SMTP_USER= # SMTP_PASS=