about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-07 13:08:27 +0200
committerGitHub <noreply@github.com>2017-04-07 13:08:27 +0200
commit10459241a89b1ebf57986ee3bb81361475d19212 (patch)
tree1404ccf4bffcf332bf46ddcb58650afc9d3eea40 /.env.production.sample
parent786e6f94b986dbf98eae9d79bc75e147fcefc8ec (diff)
parent0adee18d73daef653379d7635c8bc972c563bcd4 (diff)
Merge pull request #1145 from tootsuite/feature-customized-default-locale
Allow setting of default language through config
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index a4eabc384..44ca984b8 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -25,6 +25,9 @@ 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
 SMTP_SERVER=smtp.mailgun.org
 SMTP_PORT=587