# API Configuration
API_BASE_URL=https://raw.githubusercontent.com
API_KEY=your-api-key-here
# Authentication
AUTH_TOKEN=
API_SECRET=
# Test Data
TEST_USER_ID=1
TEST_USER_EMAIL=test@example.com
# Environment
NODE_ENV=development
DEBUG=false
LOG_LEVEL=info