diff options
| author | yalh76 <yalh@yahoo.com> | 2019-10-04 01:43:21 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-10-04 01:43:21 +0200 |
| commit | bf58460ad1dd67f92d861a4abe3ed681a917bde7 (patch) | |
| tree | 7ee1a554ec01aeb7b67e097a02e7199ed2c223b7 /conf | |
| parent | be789105dad29cea8c5bec5a875695a806bb23b6 (diff) | |
| download | mastodon_ynh-bf58460ad1dd67f92d861a4abe3ed681a917bde7.tar.gz mastodon_ynh-bf58460ad1dd67f92d861a4abe3ed681a917bde7.tar.bz2 mastodon_ynh-bf58460ad1dd67f92d861a4abe3ed681a917bde7.zip | |
Upgrade to 3.0.0
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/.env.production.sample | 15 | ||||
| -rw-r--r-- | conf/app.src | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample index 203b74b..94c65b8 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -69,6 +69,7 @@ SMTP_PORT=25 #SMTP_LOGIN= #SMTP_PASSWORD= SMTP_FROM_ADDRESS=__SMTP_FROM_ADDRESS__ +#SMTP_REPLY_TO= #SMTP_DOMAIN= # defaults to LOCAL_DOMAIN SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp SMTP_AUTH_METHOD=none @@ -114,6 +115,20 @@ SMTP_OPENSSL_VERIFY_MODE=none # S3_ENDPOINT= # S3_SIGNATURE_VERSION= +# Google Cloud Storage (optional) +# Use S3 compatible API. Since GCS does not support Multipart Upload, +# increase the value of S3_MULTIPART_THRESHOLD to disable Multipart Upload. +# The attachment host must allow cross origin request - see the description +# above. +# S3_ENABLED=true +# AWS_ACCESS_KEY_ID= +# AWS_SECRET_ACCESS_KEY= +# S3_REGION= +# S3_PROTOCOL=https +# S3_HOSTNAME=storage.googleapis.com +# S3_ENDPOINT=https://storage.googleapis.com +# S3_MULTIPART_THRESHOLD=52428801 # 50.megabytes + # Swift (optional) # The attachment host must allow cross origin request - see the description # above. diff --git a/conf/app.src b/conf/app.src index c423876..f65585c 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/v2.9.3.tar.gz -SOURCE_SUM=5b8841328be1e3da8e513d9386f99f0576eb9dbeafb31f2bbe9f4288e9f62756 +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/v3.0.0.tar.gz +SOURCE_SUM=6ab9f3bd3a1fedb2cb380f292bb1e95b4a82aff11327ac9230976ba9cd8d6e33 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true |
