# Server NODE_ENV=development PORT=3000 # Database DATABASE_URL=postgresql://user:password@localhost:5432/pantree # JWT JWT_SECRET=change_this_to_a_long_random_secret_at_least_64_chars JWT_EXPIRES_IN=24h # Google OAuth GOOGLE_CLIENT_ID=your_google_client_id_here # SendGrid SENDGRID_API_KEY=your_sendgrid_api_key_here SENDGRID_FROM_EMAIL=noreply@pantree.app # App FRONTEND_URL=https://pantree.app PASSWORD_RESET_URL=https://pantree.app/reset-password