aboutsummaryrefslogtreecommitdiff
path: root/conf/.env.production.sample
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-10-10 23:49:06 +0200
committerGitHub <noreply@github.com>2019-10-10 23:49:06 +0200
commit2183ce61cf4f6888aa5738bda6987f66e62be173 (patch)
tree10c5ada378aad9aa82406a4287dd07ec9f8dccfe /conf/.env.production.sample
parentbe789105dad29cea8c5bec5a875695a806bb23b6 (diff)
parentbbc6bbe91d0f4b42e83996079c37935ab1f6e553 (diff)
downloadmastodon_ynh-2183ce61cf4f6888aa5738bda6987f66e62be173.tar.gz
mastodon_ynh-2183ce61cf4f6888aa5738bda6987f66e62be173.tar.bz2
mastodon_ynh-2183ce61cf4f6888aa5738bda6987f66e62be173.zip
Merge pull request #179 from YunoHost-Apps/3.0.0
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.