about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-03-19 15:41:59 -0500
committerDavid Yip <yipdw@member.fsf.org>2018-03-19 15:41:59 -0500
commit0fa0836e63674104cea5095c5336bab8587d8634 (patch)
treebcafd10ffe52f32b95c470c59bdb83309a0f6ce9 /.env.production.sample
parentc074b226b68d81b0503f935dc81b74cd11b11d67 (diff)
parentdf70571bfe8aa18cfb44661fb02cc1e2e256c4e8 (diff)
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 2af3ebb4c..059b314b7 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -158,8 +158,8 @@ STREAMING_CLUSTER_NUM=1
 # The pam environment variable "email" is provided by:
 # https://github.com/devkral/pam_email_extractor
 # PAM_ENABLED=true
-# Fallback Suffix for email address generation (nil by default)
-# PAM_DEFAULT_SUFFIX=pam
+# Fallback email domain for email address generation (LOCAL_DOMAIN by default)
+# PAM_EMAIL_DOMAIN=example.com
 # Name of the pam service (pam "auth" section is evaluated)
 # PAM_DEFAULT_SERVICE=rpam
 # Name of the pam service used for checking if an user can register (pam "account" section is evaluated) (nil (disabled) by default)