From: Nolan Lawson Date: Fri, 22 Sep 2017 04:44:39 +0000 (-0700) Subject: Document REDIS_NAMESPACE (#5038) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=d4f80824f7559066926e62ef66b1198fdefee11e;p=mastodon.git Document REDIS_NAMESPACE (#5038) --- 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