# Database PostgreSQL (auto-configurato da Replit) PGHOST=localhost PGPORT=5432 PGDATABASE=your_database PGUSER=your_user PGPASSWORD=your_password # Opzionale: Redis per cache (future) # REDIS_URL=redis://localhost:6379