From 960cc028d4a0ee6726895664f8afad807ad87e57 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sat, 11 Nov 2023 20:43:39 +0800 Subject: [PATCH] chore(): fix mailto in default env file --- etc/default/webhookd.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default/webhookd.env b/etc/default/webhookd.env index 6ef862c..d6c989d 100644 --- a/etc/default/webhookd.env +++ b/etc/default/webhookd.env @@ -28,7 +28,7 @@ #WHD_NB_WORKERS=2 # Notification URI, disabled by default -# Example: `http://requestb.in/v9b229v9` or `mailto://foo@bar.com?smtp=smtp-relay-localnet:25` +# Example: `http://requestb.in/v9b229v9` or `mailto:foo@bar.com?smtp=smtp-relay-localnet:25` #WHD_NOTIFICATION_URI= # Password file for HTTP basic authentication, default is ".htpasswd"