aboutsummaryrefslogtreecommitdiff
path: root/conf/.env.production.sample
diff options
context:
space:
mode:
authorTagada <36127788+Tagadda@users.noreply.github.com>2021-05-16 18:55:19 +0200
committerTagada <36127788+Tagadda@users.noreply.github.com>2021-05-16 18:55:19 +0200
commitb4d3655e7a00fc1e6472ed6b276b11ed9ff71bef (patch)
tree75670f22acbaf610c184226871d2af7678ee0f19 /conf/.env.production.sample
parent9ffabe35eab65685bce066bb964f04bfef8ffb25 (diff)
downloadmastodon_ynh-b4d3655e7a00fc1e6472ed6b276b11ed9ff71bef.tar.gz
mastodon_ynh-b4d3655e7a00fc1e6472ed6b276b11ed9ff71bef.tar.bz2
mastodon_ynh-b4d3655e7a00fc1e6472ed6b276b11ed9ff71bef.zip
Set REDIS_NAMESPACE for multiple instances
Diffstat (limited to 'conf/.env.production.sample')
-rw-r--r--conf/.env.production.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index f41c4dc..937a59e 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -14,6 +14,7 @@ LOCAL_DOMAIN=__DOMAIN__
# -----
REDIS_HOST=localhost
REDIS_PORT=6379
+REDIS_NAMESPACE=__REDIS_NAMESPACE__
# PostgreSQL
# ----------