about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:46:36 -0400
committerGitHub <noreply@github.com>2017-04-07 22:46:36 -0400
commite7d7a99fbc78c7dbf763279aa4262580cabd8e1f (patch)
tree6f1fce572c176a73aeacffa948c51ca3bf797596 /.env.production.sample
parentf0d1107c530d43432f2e19a2c74aff6cdfbd2b83 (diff)
parent8d27de32b31f1093ab7c6eb177dfb9b866a1203e (diff)
Merge branch 'master' into patch-1
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index a7f9eb4bf..d7c04e235 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -25,7 +25,11 @@ OTP_SECRET=
 # Only allow registrations with the following e-mail domains
 # EMAIL_DOMAIN_WHITELIST=example1.com|example2.de|etc
 
+# Optionally change default language
+# DEFAULT_LOCALE=de
+
 # E-mail configuration
+# Note: Mailgun and SparkPost (https://sparkpo.st/smtp) each have good free tiers
 SMTP_SERVER=smtp.mailgun.org
 SMTP_PORT=587
 SMTP_LOGIN=
@@ -44,6 +48,16 @@ SMTP_FROM_ADDRESS=notifications@example.com
 # S3_PROTOCOL=http
 # S3_HOSTNAME=192.168.1.123:9000
 
+# S3 (Minio Config (optional) Please check Minio instance for details)
+# S3_ENABLED=true
+# S3_BUCKET=
+# AWS_ACCESS_KEY_ID=
+# AWS_SECRET_ACCESS_KEY=
+# S3_REGION=
+# S3_PROTOCOL=https
+# S3_HOSTNAME=
+# S3_ENDPOINT=
+
 # Optional alias for S3 if you want to use Cloudfront or Cloudflare in front
 # S3_CLOUDFRONT_HOST=