# Server Environment Variables # Server PORT=3000 NODE_ENV=development # CORS (comma-separated origins) CORS_ORIGINS=http://localhost:5173,http://localhost:5174 # Redis REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD= REDIS_DB=0 # MySQL (Prisma) DATABASE_URL="mysql://root:password@localhost:3306/gala" # JWT JWT_SECRET=your-super-secret-jwt-key-change-in-production JWT_EXPIRES_IN=24h