# Schwab OAuth Configuration
# Get these from https://developer.schwab.com
SCHWAB_CLIENT_ID=your_schwab_app_key_here
SCHWAB_CLIENT_SECRET=your_schwab_app_secret_here
# OAuth Redirect URI (must match what you configured in Schwab Developer Portal)
SCHWAB_REDIRECT_URI=https://localhost:3000/callback
# Optional: Port for HTTPS server (default: 3000)
PORT=3000
# Optional: Log level (trace, debug, info, warn, error, fatal)
LOG_LEVEL=info
# Optional: Environment (development, staging, production)
ENVIRONMENT=production