about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorStanislas <angristan@pm.me>2019-05-09 22:41:27 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-05-09 22:41:27 +0200
commita3c7dd92f37ad2767027322b098656f47ccddecc (patch)
tree447043feec4ecd48c9c0097b9eca3adaa9498e0e /.env.production.sample
parentfe8a8f779e36e25286b6a7ddc7bcd08e2a4e2890 (diff)
Add ES_PREFIX in .env.production.sample (#10087)
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 d1164efdc..d66b05050 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -10,6 +10,7 @@ DB_NAME=postgres
 DB_PASS=
 DB_PORT=5432
 # Optional ElasticSearch configuration
+# You may also set ES_PREFIX to share the same cluster between multiple Mastodon servers (falls back to REDIS_NAMESPACE if not set)
 # ES_ENABLED=true
 # ES_HOST=es
 # ES_PORT=9200