# Server PORT=3000 NODE_ENV=production # Authentication (Clerk) NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here CLERK_SECRET_KEY=your_clerk_secret_key_here # Deployment DEPLOYMENT_TARGET=production