# Keyrunes API Configuration
KEYRUNES_BASE_URL=http://localhost:3000

# Database (if needed for integration tests)
DATABASE_URL=postgresql://keyrunes:keyrunes@localhost:5432/keyrunes

# Redis (if needed)
REDIS_URL=redis://localhost:6379
