# Database connection configuration for testing # Copy this file to .env and adjust as needed. PG_HOST=20.20.20.20 PG_PORT=5433 PG_DB=hyper PG_USER=hyper PG_PASSWORD=your_password_here PG_TIMEOUT=10