From 299aafea871958bd40221a5f0932f24c0dd72b38 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 6 Jul 2013 18:51:03 +0000 Subject: [PATCH] dbType redis --- modules/report/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/report/config.json b/modules/report/config.json index 121ef4a..975bd13 100644 --- a/modules/report/config.json +++ b/modules/report/config.json @@ -1,5 +1,6 @@ { "ignorable": true, "notifyVoice": false, - "dependencies": [ "users" ] + "dependencies": [ "users" ], + "dbType": "redis" }