From 56eef233e10292a3ee20aecdb4017e08c7789358 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 22 Aug 2025 10:22:07 +0000 Subject: [PATCH] docs: update configuration guide for encrypted webhooks --- docs/CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 97cece94b..e5739450c 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -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+) ``` ---