Skip to content

Commit

Permalink
disable redis again by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jan 13, 2013
1 parent 57ea14f commit eb14e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Expand Up @@ -57,7 +57,7 @@ configData.log = {
///////////

configData.redis = {
"enable": true,
"enable": false,
"host": "127.0.0.1",
"port": 6379,
"password": null,
Expand Down

0 comments on commit eb14e34

Please sign in to comment.