# API Configuration
API_BASE_URL=http://localhost:8000
# Authentication - Choose one method:
# Method 1: Bearer Token (most common)
API_TOKEN=your-bearer-token-here
# Method 2: Basic Auth (username/password)
# API_USERNAME=your-username
# API_PASSWORD=your-password
# Method 3: API Key in custom header
# API_KEY=your-api-key-here
# API_KEY_HEADER=X-API-Key