# Your Brightspace credentials (required)
D2L_USERNAME=your_username
D2L_PASSWORD=your_password
# Your institution's Brightspace URL (required)
# Examples: https://purdue.brightspace.com, https://myuni.brightspace.com
D2L_BASE_URL=https://purdue.brightspace.com
# Optional: TOTP secret for auto-completing Duo MFA
# If not set, you'll approve the Duo push on your phone
# MFA_TOTP_SECRET=your_totp_secret
D2L_SESSION_DIR=~/.d2l-session
D2L_TOKEN_TTL=3600
# Course filtering (optional) — applies to all multi-course tools
# D2L_INCLUDE_COURSES=123456,789012 # Whitelist: only show these course IDs (comma-separated)
# D2L_EXCLUDE_COURSES=111111,222222 # Blacklist: hide these course IDs (comma-separated)
# D2L_ACTIVE_ONLY=true # Only show active courses (default: true)