summaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-19 11:13:33 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-19 11:13:33 +0200
commitffbc40623c5556546df503a498acd3499a5902bf (patch)
treeddae2bb995ad2a13def185f991e6d41cf4cbae22 /environments
parentadd api (diff)
downloadstargit-ffbc40623c5556546df503a498acd3499a5902bf.tar.gz
use redis instead of D::P::Redis for auth.
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'environments')
-rw-r--r--environments/development.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/environments/development.yml b/environments/development.yml
index 28fee7e..f12798b 100644
--- a/environments/development.yml
+++ b/environments/development.yml
@@ -31,8 +31,6 @@ mongodb:
query_timeout: 60000
host: localhost:27017
-plugins:
- Redis:
- server: '127.0.0.1:6379'
- debug: 0
+redis:
+ server: 'localhost:6379'