aboutsummaryrefslogtreecommitdiff
path: root/conf/.env.production.sample
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-10-11 20:21:48 +0200
committerGitHub <noreply@github.com>2019-10-11 20:21:48 +0200
commit6702cf0834c45603cdf6a4be97fa108c56f8bf22 (patch)
tree10c5ada378aad9aa82406a4287dd07ec9f8dccfe /conf/.env.production.sample
parentb9086682d2d7762d2882fff2cda4f5dceb73e32b (diff)
parent2183ce61cf4f6888aa5738bda6987f66e62be173 (diff)
downloadmastodon_ynh-6702cf0834c45603cdf6a4be97fa108c56f8bf22.tar.gz
mastodon_ynh-6702cf0834c45603cdf6a4be97fa108c56f8bf22.tar.bz2
mastodon_ynh-6702cf0834c45603cdf6a4be97fa108c56f8bf22.zip
Merge pull request #180 from YunoHost-Apps/testing
Upgrade to 3.0.1
Diffstat (limited to 'conf/.env.production.sample')
-rw-r--r--conf/.env.production.sample15
1 files changed, 15 insertions, 0 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.