# API Configuration
# Generated from: examples/petstore.yaml
# Base URL for API calls
API_BASE_URL=https://petstore3.swagger.io/api/v3
# Authentication
API_KEY=your-api-key-here
# API_TOKEN=your-token-here
# API_SECRET=your-secret-here
# Test Data
TEST_USER_ID=123
TEST_USER_NAME=John Doe
TEST_USER_EMAIL=john@example.com
# Environment
NODE_ENV=development
DEBUG=false