From 0be1c00fccef8797a1b3612593a6623a9b465e0d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 25 Jun 2020 22:08:57 +0300 Subject: Fix start-wekan.bat Thanks to xet7 ! --- start-wekan.bat | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) mode change 100755 => 100644 start-wekan.bat (limited to 'start-wekan.bat') diff --git a/start-wekan.bat b/start-wekan.bat old mode 100755 new mode 100644 index 272e963e..cfea7001 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -1,9 +1,4 @@ -REM ------------------------------------------------------------ - -REM NOTE: THIS .BAT DOES NOT WORK !! -REM Use instead this webpage instructions to build on Windows: -REM https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows -REM Please add fix PRs, like config of MongoDB etc. +@ECHO OFF REM ------------------------------------------------------------ @@ -12,11 +7,13 @@ REM SET DEBUG=true REM ------------------------------------------------------------ +SET ROOT_URL=http://localhost +SET PORT=80 SET MONGO_URL=mongodb://127.0.0.1:27017/wekan -SET ROOT_URL=http://127.0.0.1:2000/ -SET MAIL_URL=smtp://user:pass@mailserver.example.com:25/ -SET MAIL_FROM=admin@example.com -SET PORT=2000 + +REM https://github.com/wekan/wekan/wiki/Troubleshooting-Mail +REM SET MAIL_URL=smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587/ +REM SET MAIL_FROM="Wekan Boards " REM # If you disable Wekan API with false, Export Board does not work. SET WITH_API=true @@ -395,6 +392,4 @@ REM # LOGOUT_ON_MINUTES : The number of minutes REM # example : LOGOUT_ON_MINUTES=55 REM SET LOGOUT_ON_MINUTES= -cd .build\bundle node main.js -cd ..\.. -- cgit v1.2.3-1-g7c22