Configuration interface for Plunk transport connection settings.
This interface defines all available options for configuring a Plunk API connection including authentication, HTTP options, and base URL for self-hosted instances.
Your Plunk API key.
You can find your API key in your Plunk dashboard under Settings > API Keys. The key will be used as a Bearer token for authentication.
Base URL for the Plunk API.
For Plunk's hosted service, use "https://api.useplunk.com" (default). For self-hosted instances, use your domain with "/api" path (e.g., "https://plunk.example.com/api").
validateSsl: boolean
Whether to validate SSL certificates.