mirror of
https://github.com/wekan/wekan.git
synced 2025-09-21 17:40:48 +02:00
Changed start.bat default ROOT_URL=http://localhost , although it only works for local user.
Thanks to xet7 !
This commit is contained in:
parent
68a717cf47
commit
e52158b729
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue