Updated release and startup scripts.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-18 01:05:18 +03:00
parent a494c768f2
commit b068d07ce5
2 changed files with 15 additions and 22 deletions

View file

@ -14,10 +14,10 @@ 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://localhost:2000
SET ROOT_URL=http://192.168.0.21
REM # Must change to YOUR-PORT-NUMBER:
SET PORT=2000
SET PORT=80
REM #------------------- REQUIRED SETTINGS END ----------------------
@ -33,14 +33,6 @@ REM SET DEBUG=true
REM ------------------------------------------------------------
SET ROOT_URL=http://localhost
SET PORT=80
SET MONGO_URL=mongodb://127.0.0.1:27017/wekan
REM Writable path for temporary saving attachments during migration to Meteor-Files
REM Create directory wekan-uploads
SET WRITABLE_PATH=..
REM # ==== AWS S3 FOR FILES ====
REM # Any region. For example:
REM # us-standard,us-west-1,us-west-2,