From 0083215ea3955a950d345d44a8663e5b05e8f00f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 26 Aug 2019 22:27:45 +0300 Subject: Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617 --- releases/virtualbox/start-wekan.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'releases') diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh index 733b6b67..ded310fe 100755 --- a/releases/virtualbox/start-wekan.sh +++ b/releases/virtualbox/start-wekan.sh @@ -50,19 +50,19 @@ #--------------------------------------------------------------- # ==== BIGEVENTS DUE ETC NOTIFICATIONS ===== # https://github.com/wekan/wekan/pull/2541 - # Introduced a system env var BIGEVENTS_PATTERN default as "due", + # Introduced a system env var BIGEVENTS_PATTERN default as "NONE", # so any activityType matches the pattern, system will send out # notifications to all board members no matter they are watching # or tracking the board or not. Owner of the wekan server can # disable the feature by setting this variable to "NONE" or # change the pattern to any valid regex. i.e. '|' delimited # activityType names. - # a) Default + # a) Example #export BIGEVENTS_PATTERN=due # b) All #export BIGEVENTS_PATTERN=received|start|due|end # c) Disabled - #export BIGEVENTS_PATTERN=NONE + export BIGEVENTS_PATTERN=NONE #--------------------------------------------------------------- # ==== EMAIL DUE DATE NOTIFICATION ===== # https://github.com/wekan/wekan/pull/2536 -- cgit v1.2.3-1-g7c22