From e52158b729c8ba39a55fe52e38fd6b134b42548e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 14 May 2025 00:13:52 +0300 Subject: [PATCH] Changed start.bat default ROOT_URL=http://localhost , although it only works for local user. Thanks to xet7 ! --- start-wekan.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-wekan.bat b/start-wekan.bat index 81624601b..8a4543e08 100644 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -14,7 +14,7 @@ SET MONGO_URL=mongodb://127.0.0.1:27017/wekan REM # If port is 80, must change ROOT_URL to: http://YOUR-WEKAN-SERVER-IPv4-ADDRESS , like http://192.168.0.100 REM # If port is not 80, must change ROOT_URL to: http://YOUR-WEKAN-SERVER-IPv4-ADDRESS:YOUR-PORT-NUMBER , like http://192.168.0.100:2000 REM # If ROOT_URL is not correct, these do not work: translations, uploading attachments. -SET ROOT_URL=http://192.168.0.21 +SET ROOT_URL=http://localhost REM # Must change to YOUR-PORT-NUMBER: SET PORT=80