From ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 18 Jul 2019 04:52:19 +0300 Subject: Allow to shrink attached/pasted image: Add to Snap/Docker/Source. Thanks to xet7 ! --- start-wekan.bat | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'start-wekan.bat') diff --git a/start-wekan.bat b/start-wekan.bat index 5ad70e54..b6e88089 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -21,6 +21,11 @@ SET PORT=2000 REM # If you disable Wekan API with false, Export Board does not work. SET WITH_API=true +REM # ==== Allow to shrink attached/pasted image ==== +REM # https://github.com/wekan/wekan/pull/2544 +REM SET MAX_IMAGE_PIXEL=1024 +REM SET IMAGE_COMPRESS_RATIO=80 + REM # ==== PASSWORD BRUTE FORCE PROTECTION ==== REM #https://atmospherejs.com/lucasantoniassi/accounts-lockout REM #Defaults below. Uncomment to change. wekan/server/accounts-lockout.js -- cgit v1.2.3-1-g7c22