Configuration
All options are set via environment variables. Only PROSPEO_API_KEY is required.
| Variable | Default | Description |
|---|---|---|
PROSPEO_API_KEY | required | Your Prospeo API key |
PROSPEO_API_BASE_URL | https://api.prospeo.io | Base URL for the Prospeo API. Override for testing against staging. |
PROSPEO_TIMEOUT | 30000 | HTTP request timeout in milliseconds. |
LOG_LEVEL | INFO | Log verbosity: DEBUG, INFO, WARN, or ERROR. Logs go to stderr. |
Last updated on