Changed start.bat default ROOT_URL=http://localhost , although it only works for local user.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-05-14 00:13:52 +03:00
parent 68a717cf47
commit e52158b729

View file

@ -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