feat(alerting): add client config for telegram (#324)
This commit is contained in:
committed by
GitHub
parent
e51abaf5bd
commit
7a3ee1b557
@ -779,6 +779,7 @@ Here's an example of what the notifications look like:
|
||||
| `alerting.telegram.token` | Telegram Bot Token | Required `""` |
|
||||
| `alerting.telegram.id` | Telegram User ID | Required `""` |
|
||||
| `alerting.telegram.api-url` | Telegram API URL | `https://api.telegram.org` |
|
||||
| `alerting.telegram.client` | Client configuration. <br />See [Client configuration](#client-configuration). | `{}` |
|
||||
| `alerting.telegram.default-alert` | Default alert configuration. <br />See [Setting a default alert](#setting-a-default-alert) | N/A |
|
||||
|
||||
```yaml
|
||||
|
Reference in New Issue
Block a user