.env.example•756 B
# LinkedIn API Credentials
# Get these from https://www.linkedin.com/developers/
LINKEDIN_CLIENT_ID=your_client_id_here
LINKEDIN_CLIENT_SECRET=your_client_secret_here
# OAuth 2.0 Redirect URI
# Must match one of the authorized redirect URIs in your LinkedIn app settings
LINKEDIN_REDIRECT_URI=http://localhost:8080/callback
# Optional: OpenAI API Key (for resume/cover letter generation)
# OPENAI_API_KEY=your_openai_api_key_here
# Optional: Database URL (if using persistent storage)
# DATABASE_URL=sqlite:///linkedin_mcp.db
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
LOG_LEVEL=INFO
# Optional: Proxy settings (if behind a corporate proxy)
# HTTP_PROXY=http://proxy.example.com:8080
# HTTPS_PROXY=http://proxy.example.com:8080