fix redis config type and make redis default

This commit is contained in:
ali asaria 2011-03-14 00:07:01 -04:00
parent bdd989ba7e
commit 2f0e90a418
2 changed files with 9 additions and 7 deletions

View file

@ -1,13 +1,13 @@
exports.database = {
/*exports.database = {
type: 'mongodb',
hostname: 'localhost',
port: 27017,
database: 'scrumblr'
};
*/
/*
exports.database = {
type: 'redis',
prefix = '#scrumscrum#'
prefix: '#scrumscrum#'
};
*/