summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
Diffstat (limited to 'start-wekan.bat')
-rwxr-xr-xstart-wekan.bat16
1 files changed, 16 insertions, 0 deletions
diff --git a/start-wekan.bat b/start-wekan.bat
index bc67df0c..5ad70e54 100755
--- a/start-wekan.bat
+++ b/start-wekan.bat
@@ -31,6 +31,22 @@ REM SET ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE=3
REM SET ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60
REM SET ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15
+REM # ==== BIGEVENTS DUE ETC NOTIFICATIONS =====
+REM # https://github.com/wekan/wekan/pull/2541
+REM # Introduced a system env var BIGEVENTS_PATTERN default as "due",
+REM # so any activityType matches the pattern, system will send out
+REM # notifications to all board members no matter they are watching
+REM # or tracking the board or not. Owner of the wekan server can
+REM # disable the feature by setting this variable to "NONE" or
+REM # change the pattern to any valid regex. i.e. '|' delimited
+REM # activityType names.
+REM # a) Default
+REM SET BIGEVENTS_PATTERN=due
+REM # b) All
+REM SET BIGEVENTS_PATTERN=received|start|due|end
+REM # c) Disabled
+REM SET BIGEVENTS_PATTERN=NONE
+
REM # ==== EMAIL DUE DATE NOTIFICATION =====
REM # https://github.com/wekan/wekan/pull/2536
REM # System timelines will be showing any user modification for