diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-18 13:42:22 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-18 13:42:22 +0200 |
| commit | fb8f0d3fd1c5ca246ac279cc86afaec3af92a317 (patch) | |
| tree | dcf1cdca6ba0411b101b023a645e96ec6721bfad /environments/development.yml | |
| parent | add json::xs (diff) | |
| download | stargit-fb8f0d3fd1c5ca246ac279cc86afaec3af92a317.tar.gz | |
add redis to configuration
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
| -rw-r--r-- | environments/development.yml | 6 |
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 + |
