From 1951d48e704760393f2ed06d14947aa1008d687e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 20 May 2021 16:32:33 -0700 Subject: [PATCH] chg: Improve config notes --- config/generic.json.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/generic.json.sample b/config/generic.json.sample index 2b31055..794b6ca 100644 --- a/config/generic.json.sample +++ b/config/generic.json.sample @@ -61,8 +61,8 @@ "enable_context_by_users": "Allow the users to add context to a response body", "enable_categorization": "Allow the users to add contextualization to a capture", "enable_bookmark": "Allow to bookmark nodes on tree", - "auto_trigger_modules": "Automatically trigger the modules when the tree is loaded", - "enable_mail_notification": "Enable email notification or not", + "auto_trigger_modules": "Automatically trigger the modules when the tree is loaded and when the capture is cached", + "enable_mail_notification": "Allow users to notify a pre-configured email address about a specific capture", "email": "Configuration for sending email notifications.", "priority": "Define the priority of a new capture. A capture from the web interface has priority over a capture from the API, same for authenticated user vs. anonymous.", "hide_captures_with_error": "Capturing an URL may result in an error (domain non-existent, HTTP error, ...). They may be useful to see, but if you have a public instance, they will clutter the index."