# Server PORT=3000 # Database (PostgreSQL) DATABASE_URL=postgresql://user:password@localhost:5432/mirccloud # Redis REDIS_URL=redis://localhost:6379 # Auth JWT_SECRET=your-secret-key-change-in-production JWT_EXPIRY=7d # CORS CORS_ORIGIN=http://localhost:5173