about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorLes Orchard <me@lmorchard.com>2017-04-14 20:21:13 -0400
committerEugen <eugen@zeonfederated.com>2017-04-15 02:21:13 +0200
commit7609593e4833e32064313148c616053022274408 (patch)
tree665d33da77a45211759c4769ea8e9468224b4c03 /.env.production.sample
parenta9529d3b4b057eeb3b47943b271ad6605e22732d (diff)
Add REDIS_DB env variable to configure Redis database (#1366)
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 1125eedbf..9011dc217 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -1,6 +1,7 @@
 # Service dependencies
 REDIS_HOST=redis
 REDIS_PORT=6379
+# REDIS_DB=0
 DB_HOST=db
 DB_USER=postgres
 DB_NAME=postgres