docs: update WEBHOOK_ENABLED default value to false

This commit is contained in:
kastov
2025-02-14 20:29:03 +03:00
parent 1dcc079808
commit 8167451715

View File

@@ -185,8 +185,10 @@ scrape_configs:
Enable webhook.
Possible values: `true`, `false`.
```bash
WEBHOOK_ENABLED=true
WEBHOOK_ENABLED=false
```
If webhook is enabled, you must set up the URL and secret.