aboutsummaryrefslogtreecommitdiff
path: root/conf/.env.production.sample
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-10-04 01:43:21 +0200
committeryalh76 <yalh@yahoo.com>2019-10-04 01:43:21 +0200
commitbf58460ad1dd67f92d861a4abe3ed681a917bde7 (patch)
tree7ee1a554ec01aeb7b67e097a02e7199ed2c223b7 /conf/.env.production.sample
parentbe789105dad29cea8c5bec5a875695a806bb23b6 (diff)
downloadmastodon_ynh-bf58460ad1dd67f92d861a4abe3ed681a917bde7.tar.gz
mastodon_ynh-bf58460ad1dd67f92d861a4abe3ed681a917bde7.tar.bz2
mastodon_ynh-bf58460ad1dd67f92d861a4abe3ed681a917bde7.zip
Upgrade to 3.0.0
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.