mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Updated WRITABLE_PATH at start-wekan.sh and start-wekan.bat .
Thanks to xet7 !
This commit is contained in:
parent
437b139490
commit
10555e1514
2 changed files with 2 additions and 3 deletions
|
|
@ -13,8 +13,7 @@ SET MONGO_URL=mongodb://127.0.0.1:27017/wekan
|
||||||
|
|
||||||
REM Writable path for temporary saving attachments during migration to Meteor-Files
|
REM Writable path for temporary saving attachments during migration to Meteor-Files
|
||||||
REM Create directory wekan-uploads
|
REM Create directory wekan-uploads
|
||||||
MD wekan-uploads
|
SET WRITABLE_PATH=..
|
||||||
SET WRITABLE_PATH=wekan-uploads
|
|
||||||
|
|
||||||
REM # https://github.com/wekan/wekan/wiki/Troubleshooting-Mail
|
REM # https://github.com/wekan/wekan/wiki/Troubleshooting-Mail
|
||||||
REM SET MAIL_URL=smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587/
|
REM SET MAIL_URL=smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587/
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
export MONGO_URL='mongodb://127.0.0.1:27017/wekan'
|
export MONGO_URL='mongodb://127.0.0.1:27017/wekan'
|
||||||
#---------------------------------------------
|
#---------------------------------------------
|
||||||
# WRITEABLE PATH
|
# WRITEABLE PATH
|
||||||
export WRITABLE_PATH=./wekan-uploads
|
export WRITABLE_PATH=..
|
||||||
#---------------------------------------------
|
#---------------------------------------------
|
||||||
# Production: https://example.com/wekan
|
# Production: https://example.com/wekan
|
||||||
# Local: http://localhost:2000
|
# Local: http://localhost:2000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue