docs: update configuration guide for encrypted webhooks

This commit is contained in:
Pulse Monitor
2025-08-22 10:22:07 +00:00
parent 6928c2e912
commit 56eef233e1
+1 -1
View File
@@ -20,7 +20,7 @@ All configuration files are stored in `/etc/pulse/` (or `/data/` in Docker conta
├── system.json # Application settings (ports, intervals, etc.)
├── nodes.enc # Encrypted node credentials
├── alerts.json # Alert thresholds and rules
└── webhooks.json # Webhook configurations
└── webhooks.enc # Encrypted webhook configurations (v4.1.9+)
```
---