From 5084cddf37ba16ce0855f8575c39f5e62d1b7f67 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 10 Jul 2019 13:45:37 -0400 Subject: Notify Due Days: Add settings to Snap/Docker/Source. Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 ! --- start-wekan.bat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'start-wekan.bat') diff --git a/start-wekan.bat b/start-wekan.bat index 1c52b8f7..bc67df0c 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -31,6 +31,21 @@ 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 # ==== EMAIL DUE DATE NOTIFICATION ===== +REM # https://github.com/wekan/wekan/pull/2536 +REM # System timelines will be showing any user modification for +REM # dueat startat endat receivedat, also notification to +REM # the watchers and if any card is due, about due or past due. +REM # Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2 +REM SET NOTIFY_DUE_DAYS_BEFORE_AND_AFTER=2 +REM # Notify due at hour of day. Default every morning at 8am. Can be 0-23. +REM # If env variable has parsing error, use default. Notification sent to watchers. +REM SET NOTIFY_DUE_AT_HOUR_OF_DAY=8 + +REM # ==== EMAIL NOTIFICATION TIMEOUT, ms ===== +REM # Defaut: 30000 ms = 30s +REM SET EMAIL_NOTIFICATION_TIMEOUT=30000 + REM # CORS: Set Access-Control-Allow-Origin header. Example: * REM SET CORS=* REM # To enable the Set Access-Control-Allow-Headers header. "Authorization,Content-Type" is required for cross-origin use of the API. -- cgit v1.2.3-1-g7c22