# Docker Environment Configuration # Copy this file to .env and update with your values # ============================================ # Application Settings # ============================================ NODE_ENV=production PORT=3001 LOG_LEVEL=debug # ============================================ # Security (IMPORTANT: Change in production!) # ============================================ # Generate a secure JWT secret with: openssl rand -base64 32 JWT_SECRET=change-this-in-production-use-openssl-rand-base64-32 # ============================================ # CORS Configuration # ============================================ # Your application's public URL (e.g., https://awards.example.com) VITE_APP_URL= # Comma-separated list of allowed origins for CORS # Only needed if not using same domain deployment # Example: https://awards.example.com,https://www.awards.example.com ALLOWED_ORIGINS=