# IG Trading API Credentials
# Copy this file to .env and fill in your credentials
# Your IG API Key (get from IG dashboard)
IG_API_KEY=your_api_key_here
# Your IG account identifier (username)
IG_IDENTIFIER=your_username_here
# Your IG account password
IG_PASSWORD=your_password_here
# Use demo account (true/false)
IG_DEMO=true
# Logging level (debug, info, warn, error)
LOG_LEVEL=info