about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-09-21 21:44:39 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-09-22 06:44:39 +0200
commitd4f80824f7559066926e62ef66b1198fdefee11e (patch)
treec6fa0663302c4db6c4476bdd7cad8b87cb9f4feb /.env.production.sample
parent034fab39abe5f98e7a2caec861cf1c68c46747e8 (diff)
Document REDIS_NAMESPACE (#5038)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index e022a8405..91fcce6ac 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -1,5 +1,6 @@
 # Service dependencies
 # You may set REDIS_URL instead for more advanced options
+# You may also set REDIS_NAMESPACE to share Redis between multiple Mastodon servers
 REDIS_HOST=redis
 REDIS_PORT=6379
 # You may set DATABASE_URL instead for more advanced options