# PayPal API Credentials
PAYPAL_CLIENT_ID=your_client_id_here
PAYPAL_CLIENT_SECRET=your_client_secret_here
# PayPal Environment (sandbox or live)
PAYPAL_ENVIRONMENT=sandbox
# Token Cache Duration in Seconds (default: 3500)
PAYPAL_TOKEN_CACHE_SECONDS=3500
# Server Configuration
LOG_LEVEL=info # error, warn, info, debug
REQUEST_TIMEOUT=30000 # milliseconds
MAX_RETRIES=3
RETRY_DELAY=1000 # milliseconds