# Environment Variables # Copy this file to .env and update the values # JWT Secret for authentication (generate a secure random string) JWT_SECRET=your-secure-jwt-secret-key-here # PostgreSQL database password DBPASS=your-secure-database-password-here