diff options
Diffstat (limited to 'start-wekan.bat')
-rwxr-xr-x | start-wekan.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/start-wekan.bat b/start-wekan.bat index 63eeebe3..718025ed 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -23,7 +23,7 @@ SET WITH_API=true REM # ==== RICH TEXT EDITOR IN CARD COMMENTS ==== REM # https://github.com/wekan/wekan/pull/2560 -SET RICHER_CARD_COMMENT_EDITOR=true +SET RICHER_CARD_COMMENT_EDITOR=false REM # ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== SET CARD_OPENED_WEBHOOK_ENABLED=false @@ -64,7 +64,7 @@ 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 is None. +REM # Notify due days, default is None. REM # SET NOTIFY_DUE_DAYS_BEFORE_AND_AFTER=2,0 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. |