Browse Source

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

Thanks to xet7 !
Lauri Ojansivu 2 weeks ago
parent
commit
e52158b729
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start-wekan.bat

+ 1 - 1
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