From 08ceefc375664358d3bdba07583114df23cd60bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 22 Dec 2014 16:50:25 +0100 Subject: [PATCH] Re-add config option --- bin/packages/config.cfg.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/packages/config.cfg.sample b/bin/packages/config.cfg.sample index 8e7268bf..486921fe 100644 --- a/bin/packages/config.cfg.sample +++ b/bin/packages/config.cfg.sample @@ -10,6 +10,11 @@ host = localhost port = 6379 db = 0 +[Redis_Log] +host = localhost +port = 6380 +db = 0 + [Redis_Queues] host = localhost port = 6381