about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-06 17:19:26 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-06 17:19:26 +0100
commit1357c1cb3d6b5c46c96dfd2ee25a2a60bccc5092 (patch)
tree5c7f79bdbb6e03dd2eb5c6a9d51756d8955137e6 /.env.production.sample
parent84d2371d6a4eb928f47d436b92bc9ad292b7d452 (diff)
Add single user mode
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample19
1 files changed, 14 insertions, 5 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 52d519570..fa1ea8338 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -16,6 +16,12 @@ LOCAL_HTTPS=true
 PAPERCLIP_SECRET=
 SECRET_KEY_BASE=
 
+# Registrations
+# Single user mode will disable registrations and redirect frontpage to the first profile
+# SINGLE_USER_MODE=true
+# Prevent registrations with following e-mail domains
+# EMAIL_DOMAIN_BLACKLIST=example1.com|example2.de|etc
+
 # E-mail configuration
 SMTP_SERVER=smtp.mailgun.org
 SMTP_PORT=587
@@ -27,8 +33,11 @@ SMTP_FROM_ADDRESS=notifications@example.com
 # CDN_HOST=assets.example.com
 
 # S3 (optional)
-S3_ENABLED=false
-S3_BUCKET=
-AWS_ACCESS_KEY_ID=
-AWS_SECRET_ACCESS_KEY=
-S3_REGION=
+# S3_ENABLED=true
+# S3_BUCKET=
+# AWS_ACCESS_KEY_ID=
+# AWS_SECRET_ACCESS_KEY=
+# S3_REGION=
+
+# Optional alias for S3 if you want to use Cloudfront or Cloudflare in front
+# S3_CLOUDFRONT_HOST=