# Database (individual connection params) DB_HOST=localhost DB_PORT=5432 DB_NAME=managehook_db DB_USER=postgres DB_PASSWORD=your-password-here # Or use a full connection string # DATABASE_URL=postgres://user:password@host:port/dbname # Server PORT=3000 # API (for CLI usage) API_URL=https://api.example.com API_KEY=your-api-key-here