# Server NODE_ENV=development PORT=3000 # CORS CORS_ORIGIN=http://localhost:8080 # Database DATABASE_URL=postgresql://spotlightcam:spotlightcam123@db:5432/spotlightcam # JWT JWT_SECRET=dev-secret-key-12345-change-in-production JWT_EXPIRES_IN=24h # AWS SES (Phase 1.5) AWS_REGION=us-east-1 AWS_ACCESS_KEY_ID=your-aws-access-key-id AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key SES_FROM_EMAIL=noreply@spotlight.cam SES_FROM_NAME=spotlight.cam # Email Settings FRONTEND_URL=http://localhost:8080 VERIFICATION_TOKEN_EXPIRY=24h