mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 03:10:16 +01:00
parent
0ad73ee0c0
commit
21e2eabd60
13 changed files with 551 additions and 71 deletions
|
|
@ -15,6 +15,14 @@ REM Writable path for temporary saving attachments during migration to Meteor-Fi
|
|||
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,
|
||||
REM # eu-west-1,eu-central-1,
|
||||
REM # ap-southeast-1,ap-northeast-1,sa-east-1
|
||||
REM #
|
||||
REM SET S3='{"s3":{"key": "xxx", "secret": "xxx", "bucket": "xxx", "region": "eu-west-1"}}'
|
||||
|
||||
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_FROM="Wekan Boards <info@example.com>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue