summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-18 13:42:22 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-18 13:42:22 +0200
commitfb8f0d3fd1c5ca246ac279cc86afaec3af92a317 (patch)
treedcf1cdca6ba0411b101b023a645e96ec6721bfad
parentadd json::xs (diff)
downloadstargit-fb8f0d3fd1c5ca246ac279cc86afaec3af92a317.tar.gz
add redis to configuration
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r--environments/development.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/environments/development.yml b/environments/development.yml
index d647515..28fee7e 100644
--- a/environments/development.yml
+++ b/environments/development.yml
@@ -30,3 +30,9 @@ mongodb:
timeout: 60000
query_timeout: 60000
host: localhost:27017
+
+plugins:
+ Redis:
+ server: '127.0.0.1:6379'
+ debug: 0
+